Title: [opsview] [10260] Update text, to clarify incompatibility of plugin with Test Service Check
Revision
10260
Author
tvoon
Date
2012-10-02 17:56:44 +0100 (Tue, 02 Oct 2012)

Log Message

Update text, to clarify incompatibility of plugin with Test Service Check

Modified Paths

Modified: trunk/opsview-core/nagios-plugins/check_nagios_startup
===================================================================
--- trunk/opsview-core/nagios-plugins/check_nagios_startup	2012-10-02 16:08:30 UTC (rev 10259)
+++ trunk/opsview-core/nagios-plugins/check_nagios_startup	2012-10-02 16:56:44 UTC (rev 10260)
@@ -39,7 +39,10 @@
     exit 0;
 }
 my $monitoringstarttime = $ENV{NAGIOS_EVENTSTARTTIME}
-  || nagios_exit( 2, "No NAGIOS_EVENTSTARTTIME environment variable found" );
+  || nagios_exit(
+    2,
+    "No NAGIOS_EVENTSTARTTIME environment variable found - this is incompatible with Opsview's Test Service Check feature"
+  );
 
 my $processstarttime = $ENV{NAGIOS_PROCESSSTARTTIME}
   || nagios_exit( 2, "No NAGIOS_PROCESSSTARTTIME environment variable found" );

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to