Deleting the config files worked just fine, for whatever reason I had to hit write configs a few times for the files to be successfully written. I suspect some sort of HTTP timeout for the operation but am not sure where to get started with that.
I keep getting the same error in verify files when using a double nesting of host groups to apply the config. Screen shot attached.
On the hunch that nagios is having trouble expanding the nested host group for this purpose, I reconfigured the services so they use the underling host groups directly and the config applied just fine.
This crude bit of code is set to illustrate the group nesting:
Code: Select all
AllPDUs
|
| - 30A PDUs
| - 60A PDUs
| - Single Phase PDUs
When I use the AllPDUs host group to map the services to the service group the config fails. The hosts properly get their service checks with this config, it's just the service group portion that fails. When I change the service so that the underlying host groups are applied directly to the service and then nest those services into the service group the config works just fine. In the service group config it's the difference between the mappings looking like:
AllPDUs,servicename
AllPDUs,servicename1
and
30A PDUs,servicename
60A PDUs,servicename
30A PDUs,servicename1
60A PDUs,servicename1
You do not have the required permissions to view the files attached to this post.