Commit 3ee53a27 by Michael DeHaan

Merge pull request #2429 from b6d/nagios-module-fix

"nagios" module: fix NameError/'host' not defined
parents 138bfece aa7ea108
......@@ -167,6 +167,7 @@ def main():
)
action = module.params['action']
host = module.params['host']
minutes = module.params['minutes']
services = module.params['services']
cmdfile = module.params['cmdfile']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment