-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
It seem pynag has some changes and the following code can not work now
self.command_file = Model.Control.Command.find_command_file(config['nagios_main_cfg'])
.......
Model.Control.Command.restart_program(command_file=self.command_file)
I have to change them as the following to make work.
self.command_file = Control.Command.find_command_file(config['nagios_main_cfg'])
.......
Control.Command.restart_program(command_file=self.command_file)
If anyone encounter the same problem, maybe it helps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels