Merge pull request #2429 from b6d/nagios-module-fix
"nagios" module: fix NameError/'host' not definedpull/4420/head
commit
3ee53a2760
|
@ -167,6 +167,7 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
action = module.params['action']
|
action = module.params['action']
|
||||||
|
host = module.params['host']
|
||||||
minutes = module.params['minutes']
|
minutes = module.params['minutes']
|
||||||
services = module.params['services']
|
services = module.params['services']
|
||||||
cmdfile = module.params['cmdfile']
|
cmdfile = module.params['cmdfile']
|
||||||
|
|
Loading…
Reference in New Issue