Core Config Manager - fails to apply configuration
Posted: Mon Mar 27, 2017 11:03 am
Tried adding Check_Swap test as an additional service for a host named "PBX_Clone"
Using Core Config Manager, add a new service
Entered all the necessary information for a "check_nrpe" check command and using the "Run Check Command", the test ran successfully. But, when we applied the configuration, the configuration failed.
The reason it fails to Apply Configuration is because it writes the configuration file as "PBX\ Clone.cfg" instead of PBX_Clone.cfg
NagiosXI will do the same thing if a space is in the host name. Core Config Manager creates a command file with a back slash in the file name instead of a space or an underscore
Easy fix is not to use a configuration name with a space or underscore in the name. However this is a BUG in NagiosXI
Using Core Config Manager, add a new service
Entered all the necessary information for a "check_nrpe" check command and using the "Run Check Command", the test ran successfully. But, when we applied the configuration, the configuration failed.
The reason it fails to Apply Configuration is because it writes the configuration file as "PBX\ Clone.cfg" instead of PBX_Clone.cfg
NagiosXI will do the same thing if a space is in the host name. Core Config Manager creates a command file with a back slash in the file name instead of a space or an underscore
Easy fix is not to use a configuration name with a space or underscore in the name. However this is a BUG in NagiosXI