This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-09 11:31:13 +00:00
parent 9776db6232
commit 59501029ff
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ while len(arguments) > 0:
nagios_myhostname = arguments.pop(0)
elif arg == '--nagios_server':
nagios_server = arguments.pop(0)
elif arg == '--nagiosport':
elif arg == '--nagios_port':
nagios_port = arguments.pop(0)
elif arg == '--escape-newlines':
escape_newlines = True