Today I upgraded Nagios XI from 5.4.13 to 5.5.1. The upgrade ran fine once I ran the script to repair the databases. I started to test the limited access to CCM functionality and ran into an issue when I tried to Apply Configuration after creating a new service. The service referenced in the error message is not the one I just created and has existed and worked just fine up until now. The only changes I made after the upgrade was adding a user and adding a new service. Here is the error message I receive when I try to Apply Configuration:
Code: Select all
Apply Configuration
Configuration import failed.
An error occurred while attempting to apply your configuration to Nagios Core. Monitoring engine configuration files have been rolled back to their last known good checkpoint.
Try Again
Error: Invalid max_attempts, check_interval, retry_interval, or notification_interval value for service 'HTTPS collab.itc' on host 'Load-Balancer'
Error: Could not register service (config file '/usr/local/nagios/etc/services/https_collab.itc.cfg', starting on line 16)
I've even went so far as to check the nagiosql database in mysql and ran the command:
select * from tbl_service where config_name like '%collab%';
And it only shows the SSL cert check for collab.itc, whereas the service I deleted was named https_collab.itc
At this point I am at a loss as to how to proceed and hope someone here can point me in the correct direction.
Thanks,
Bob