1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-10-05 20:03:45 +02:00

Moved check_bond.py to check_bond

This commit is contained in:
Tómas Edwardsson 2010-08-13 12:22:35 +00:00
parent fc00b12550
commit 11ae28ee51

View File

@ -69,6 +69,7 @@ def readbond( interface ):
def usage(): def usage():
print "Usage: %s -i bond0" % sys.argv[0] print "Usage: %s -i bond0" % sys.argv[0]
sys.exit(3)
def main(argv): def main(argv):
# Set variables # Set variables