Nagios Issue
Nagios Issue
Hi,
I am having an issue with the Nagios. The Nagios is up and running but it is not monitoring, meaning I am not able to see the service alerts or the bars in the dashboard in real time. I checked the Nagios, Gearman service and they are working fine. I tried to restart the nagios and the gearman service but it did not resolve the issue.
Please help.
I am new to Nagios forum so not sure if this is the right forum for this topic or I need to create the topic in some other forum.
I am having an issue with the Nagios. The Nagios is up and running but it is not monitoring, meaning I am not able to see the service alerts or the bars in the dashboard in real time. I checked the Nagios, Gearman service and they are working fine. I tried to restart the nagios and the gearman service but it did not resolve the issue.
Please help.
I am new to Nagios forum so not sure if this is the right forum for this topic or I need to create the topic in some other forum.
Re: Nagios Issue
Can you please show us a screenshot of what you are seeing?
Former Nagios Employee.
me.
me.
Re: Nagios Issue
Also I noticed that whenever I tried to restart the Nagios it is taking more than the average time for it to come up.
You do not have the required permissions to view the files attached to this post.
Re: Nagios Issue
What version of Nagios is this, and what OS are you running it on?
Former Nagios Employee.
me.
me.
Re: Nagios Issue
The Version of Nagios is Nagios XI and the Operating system is Red Hat Enterprise Linux Server release 6.5
Last edited by hsmith on Fri Feb 12, 2016 2:17 pm, edited 1 time in total.
Reason: Moved this post to the Nagios XI forum.
Reason: Moved this post to the Nagios XI forum.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios Issue
Can you please run these commands and send us the output:
Code: Select all
ps -ef | grep nagios.cfg
ipcs -q
free -mAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios Issue
Below is the output as requested......
ps -ef | grep nagios.cfg
nagios 11666 1 10 08:27 ? 00:30:35 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 11818 11666 0 08:27 ? 00:00:01 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 16215 26927 0 13:05 pts/1 00:00:00 grep nagios.cfg
--------------------------------------------------------------------------------------------------------------------------------------
ipcs -q
------ Message Queues --------
key msqid owner perms used-bytes messages
-------------------------------------------------------------------------------------------------------------------------------------
free -m
total used free shared buffers cached
Mem: 30215 21968 8247 0 534 18363
-/+ buffers/cache: 3070 27145
Swap: 16351 0 16351
-------------------------------------------------------------------------------------------------------------------------------------
ps -ef | grep nagios.cfg
nagios 11666 1 10 08:27 ? 00:30:35 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 11818 11666 0 08:27 ? 00:00:01 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 16215 26927 0 13:05 pts/1 00:00:00 grep nagios.cfg
--------------------------------------------------------------------------------------------------------------------------------------
ipcs -q
------ Message Queues --------
key msqid owner perms used-bytes messages
-------------------------------------------------------------------------------------------------------------------------------------
free -m
total used free shared buffers cached
Mem: 30215 21968 8247 0 534 18363
-/+ buffers/cache: 3070 27145
Swap: 16351 0 16351
-------------------------------------------------------------------------------------------------------------------------------------
Re: Nagios Issue
You're a customer, correct? This should be moved to the customer support forums if so. Is the 'bosecorp' account shared between multiple people?
What's the output of this command?
What's the output of this command?
Code: Select all
top | head -n5Former Nagios Employee.
me.
me.
Re: Nagios Issue
You can close this ticket
We were able to resolve the issue
We were able to resolve the issue
Re: Nagios Issue
Sounds good.
Feel free to open a new thread if you ever need assistance in the future!
Feel free to open a new thread if you ever need assistance in the future!
Former Nagios Employee