Title: [opsview] [11585] Make an uptime reset be critical instead of warning.
Revision
11585
Author
pknight
Date
2013-02-25 12:20:39 +0000 (Mon, 25 Feb 2013)

Log Message

Make an uptime reset be critical instead of warning.

Modified Paths


Modified: trunk/opsview-core/nagios-plugins/check_snmp_uptime
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_uptime	2013-02-25 12:14:03 UTC (rev 11584)
+++ trunk/opsview-core/nagios-plugins/check_snmp_uptime	2013-02-25 12:20:39 UTC (rev 11585)
@@ -92,7 +92,7 @@
         my $cmd = Opsview::Externalcommand->new(
             command => 'PROCESS_SERVICE_CHECK_RESULT',
             args    => join( ';',
-                $np->opts->hosttitle, 'Uptime', '1',
+                $np->opts->hosttitle, 'Uptime', '2',
                 'Uptime reset: ' . nice_ticks($timeticks) ),
         );
         $cmd->send_to_master;

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

Reply via email to