Nagios process not running on server ...
Nagios process not running on server ...
Hi Team
I am currently using evaluation license for nagios POC setup. My evaluation license got expired on 9th June and extended same for one month on next day.
Before license expiration nagios was working fine. But from that date, nagios is not working and I am not able to start nagios process on the server. Can you please guide me on this as I do not want to reinstall nagios xi server.
In admin -> system profile I get below output
License ends in:
Days left in Trial: 24
nagios is not running
NPCD running (pid 6245).
ndo2db (pid 6388) is running...
CPU Load 15: 0.36
Total Hosts: 19
Total Services: 114
Please help on this issue
I am currently using evaluation license for nagios POC setup. My evaluation license got expired on 9th June and extended same for one month on next day.
Before license expiration nagios was working fine. But from that date, nagios is not working and I am not able to start nagios process on the server. Can you please guide me on this as I do not want to reinstall nagios xi server.
In admin -> system profile I get below output
License ends in:
Days left in Trial: 24
nagios is not running
NPCD running (pid 6245).
ndo2db (pid 6388) is running...
CPU Load 15: 0.36
Total Hosts: 19
Total Services: 114
Please help on this issue
Last edited by jyoti22 on Thu Jun 18, 2015 12:09 am, edited 1 time in total.
Re: Nagios process not running on server ...
Please run the following command as root from the Nagios server command line and post the results:
Code: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Former Nagios employee
Re: Nagios process not running on server ...
Thanks for quick reply. Here is the output.
Nagios Core 4.0.8
Copyright (c) 2009-present Nagios Core Development Team and Community Contributo rs
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-12-2014
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Read object config files okay...
Running pre-flight check on configuration data...
Checking objects...
Checked 114 services.
Checked 19 hosts.
Checked 5 host groups.
Checked 3 service groups.
Checked 10 contacts.
Checked 5 contact groups.
Checked 163 commands.
Checked 16 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 19 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 16 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 0
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
Nagios Core 4.0.8
Copyright (c) 2009-present Nagios Core Development Team and Community Contributo rs
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-12-2014
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Read object config files okay...
Running pre-flight check on configuration data...
Checking objects...
Checked 114 services.
Checked 19 hosts.
Checked 5 host groups.
Checked 3 service groups.
Checked 10 contacts.
Checked 5 contact groups.
Checked 163 commands.
Checked 16 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 19 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 16 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 0
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios process not running on server ...
what happens if you run:
on the command line?
Code: Select all
service nagios startAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios process not running on server ...
[root@nagiosxi ~]# service nagios start
Starting nagios: done.
[root@nagiosxi ~]# service nagios stop
Stopping nagios:/etc/init.d/nagios: line 141: kill: (27041) - No such process
done.
[root@nagiosxi ~]#
Starting nagios: done.
[root@nagiosxi ~]# service nagios stop
Stopping nagios:/etc/init.d/nagios: line 141: kill: (27041) - No such process
done.
[root@nagiosxi ~]#
Re: Nagios process not running on server ...
Run the commands below and post the full output in code tags:
Code: Select all
service nagios stop
ps -aux | grep nagios
service nagios start
ps -aux | grep nagiosRe: Nagios process not running on server ...
Please find output of the commands in attached file
You do not have the required permissions to view the files attached to this post.
Re: Nagios process not running on server ...
It looks like there is a stuck Nagios process. Try running this set of commands to see if it starts for you.
Let us know if this resolves the issue.
Code: Select all
service nagios stop
killall nagios
service nagios startBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios process not running on server ...
Thank You tgriep for reply. I already ran the commands but no help.
Re: Nagios process not running on server ...
Please find attached nagios.debug file for reference.