Acknowledgement not working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Acknowledgement not working

Post by zaji_nms »

Dear expert , we are running nagiosXI 2012R1.5b , i have an admin access still Acknowledgement feature not working what could be the issue ? when i do it it 's accepting and giving message successfully done but it is not reflecting to any host and services.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Acknowledgement not working

Post by mguthrie »

Can you access the Admin panel and make sure there aren't any subsystem jobs in the red?

Can you post the output from the following command?
ls -l /usr/local/nagios/var/rw
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: Acknowledgement not working

Post by zaji_nms »

i have checked all admin panels component status are green , and
[root@masterxi1 ~]# ls -l /usr/local/nagios/var/rw
total 0
prw-rw---- 1 nagios nagcmd 0 Apr 11 16:49 nagios.cmd

Regards..
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Acknowledgement not working

Post by lmiltchev »

Run the following command and show the output of it:

Code: Select all

cat /etc/group | grep nag
Be sure to check out our Knowledgebase for helpful articles and solutions!
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Acknowledgement not working

Post by sreinhardt »

Do you see any error messages when tailing log files and attempting to ack something?

tail -f /var/log/httpd/access_log
tail -f /var/log/httpd/error.log

Do you see the comment left from prior acknowledgements, especially since it has not been working, on the service or host detail page?

Is selinux enabled? "sestatus"
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: Acknowledgement not working

Post by zaji_nms »

it is working now, we have not done any changes on system and application what could be the reason ?
Locked