Title: [opsview] [11553] Added a newline at the end of a message.
Revision
11553
Author
pknight
Date
2013-02-20 14:37:07 +0000 (Wed, 20 Feb 2013)

Log Message

Added a newline at the end of a message.

Modified Paths


Modified: trunk/opsview-core/nagios-plugins/check_snmp_uptime
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_uptime	2013-02-20 14:32:37 UTC (rev 11552)
+++ trunk/opsview-core/nagios-plugins/check_snmp_uptime	2013-02-20 14:37:07 UTC (rev 11553)
@@ -84,7 +84,7 @@
 
 if ( $np->opts->cascade ) {
     if ( $np->opts->hosttitle eq '' ) {
-        print "Status is WARNING - Host title required";
+        print "Status is WARNING - Host title required\n";
         exit 1;
     }
     elsif ( $prev_uptime > $timeticks ) {

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

Reply via email to