Hello @Alecassa
Thanks for following up and sending over the System Profile and want to have you go through the following steps.
Let's find out if you have multiple instances of nagios running?
We will go ahead and end the running processes on /bin/nagios and bounce the services.
Code: Select all
service nagios stop
service nagios start
Bring up your Nagios
xi web console and make your way over to CCM:
1. Configure > Core Configuration Manager > Config File Management:
2. Running the "Write Config Files" tool in the exact same order - Delete->Write->Verify->Apply Configuration
3. Stopping/starting services.
Code: Select all
service nagios stop
service nagios start
4. CCM pre-flight check:
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg[/code]
Looking for following results:
Checked 0 service dependencies
Checked 0 host dependencies
Checked 8 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 0
Total Errors: 0
If you are still receiving this message:
Error: Service has no hosts and/or service_description (config file '/usr/local/nagios/etc/services/WB-S218.wb.local.cfg', starting on line 16)
Use your editor to edit: '/usr/local/nagios/etc/services/WB-S218.wb.local.cfg' look to see what service is on line 16 to figure out what service check is failing and to what host it belongs.
Change the line on the failing service from
"register 1" to "register 0" and save. By making this change to the 'WB-S218.wb.local.cfg' you will need to
run through the config import. And Rinse/repeat....
Thanks,
Perry