1. I've got a service which is utilizing a service template. However, looking at the nagios XI interface, at the service detail it shows Active Checks, Passive Checks, Notifications, and Performance Data red (disabled). I've specifically enabled these options in the template. Looking through the database:
Code: Select all
mysql> select id,template_name,display_name,active_checks_enabled,passive_checks_enabled,process_perf_data from tbl_servicetemplate where template_name = "my-template";
+----+-----------------+--------------+-----------------------+------------------------+-------------------+
| id | template_name | display_name | active_checks_enabled | passive_checks_enabled | process_perf_data |
+----+-----------------+--------------+-----------------------+------------------------+-------------------+
| 71 | my-template | | 1 | 1 | 1 |
+----+-----------------+--------------+-----------------------+------------------------+-------------------+
mysql> select id,host_name,active_checks_enabled,passive_checks_enabled,process_perf_data from tbl_service where service_description = 'my_service';
+----+-----------+-----------------------+------------------------+-------------------+
| id | host_name | active_checks_enabled | passive_checks_enabled | process_perf_data |
+----+-----------+-----------------------+------------------------+-------------------+
| 93 | 1 | 2 | 2 | 2 |
+----+-----------+-----------------------+------------------------+-------------------+
So it seems the relationship is jacked up somehow? I've tried removing/re-adding and writing configs/restarting nagios, also removing and re-adding the service and/or template to no avail. I was trying to debug a missing/broken performance graph issue which lead me down this road - as now all hosts/services display "No performance graphs were found for this service." (probably because its disabled..
2. While taking my pre-staged configs from the development box and pushing them to the prod boxes, it seems nagios thinks that it is one version behind. I did the following:
- backup nagiosdev box (version 2012R1.5)
- build nagiosprod box (version 2012R1.6)
- restore backup from nagiosdev to nagiosprod
- current version on nagiosprod shows 2012R1.6 but prompts you that there is a new version available
Hindsight I should of upgraded the dev box..
3. When "Applying Configuration" it sits there indefinitely displaying
Code: Select all
Command submitted for processing...
Waiting for configuration verification......