Title: [opsview] [11584] Show that the uptime was reset.
- Revision
- 11584
- Author
- pknight
- Date
- 2013-02-25 12:14:03 +0000 (Mon, 25 Feb 2013)
Log Message
Show that the uptime was reset.
Modified Paths
Modified: trunk/opsview-core/nagios-plugins/check_snmp_uptime
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_uptime 2013-02-25 12:09:40 UTC (rev 11583)
+++ trunk/opsview-core/nagios-plugins/check_snmp_uptime 2013-02-25 12:14:03 UTC (rev 11584)
@@ -92,7 +92,8 @@
my $cmd = Opsview::Externalcommand->new(
command => 'PROCESS_SERVICE_CHECK_RESULT',
args => join( ';',
- $np->opts->hosttitle, 'Uptime', '1', nice_ticks($timeticks) ),
+ $np->opts->hosttitle, 'Uptime', '1',
+ '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