Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > d7ff788d9975bc606be075c2758ccef9 > files > 4

nagios-check_syncrepl-20080409-14.mga5.src.rpm

--- check_syncrepl.py~	2009-01-18 20:47:34.000000000 +0100
+++ check_syncrepl.py	2009-01-18 20:49:33.000000000 +0100
@@ -264,8 +264,10 @@
     if (options.nagios):
 	if (IsInSync):
     	    print "OK"
+	    exit(0)
 	else:
 	    print "FAILED"
+	    exit(2)
 
 if __name__ == '__main__':
     main()