Title: [opsview] [12117] Correct logic
Revision
12117
Author
dferguson
Date
2013-04-18 15:31:04 +0100 (Thu, 18 Apr 2013)

Log Message

Correct logic

Modified Paths


Modified: trunk/opsview-core/nagios-plugins/check_opsview_update
===================================================================
--- trunk/opsview-core/nagios-plugins/check_opsview_update	2013-04-18 14:12:20 UTC (rev 12116)
+++ trunk/opsview-core/nagios-plugins/check_opsview_update	2013-04-18 14:31:04 UTC (rev 12117)
@@ -250,7 +250,7 @@
 
     # no perfdata at this time as graphs are not produced for anything
     # run less often than hourly.  To be sorted out in a later release.
-    if (1) {
+    if (0) {
         $np->add_perfdata(
             label => 'num_hosts',
             value => $num_hosts,

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to