Merge pull request #2429 from b6d/nagios-module-fix
"nagios" module: fix NameError/'host' not defined
This commit is contained in:
commit
538b0314a7
1 changed files with 1 additions and 0 deletions
1
nagios
1
nagios
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue