Acknowledge issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Phil.Pearce
Posts: 52
Joined: Fri Jul 18, 2014 7:30 am

Acknowledge issue

Post by Phil.Pearce »

Hi,

Ive just gone into an "latest alert" in nagios, Ive acknowledged the problem yet it doesnt acknowledge.

Any ideas on what this could be?
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Acknowledge issue

Post by tacolover101 »

check your SQL logs - is your DB crashed by any chance?
Phil.Pearce
Posts: 52
Joined: Fri Jul 18, 2014 7:30 am

Re: Acknowledge issue

Post by Phil.Pearce »

dont think so, everything else seems to look ok
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Acknowledge issue

Post by scottwilkerson »

Can you run the following and post the output

Code: Select all

tail /var/log/mysqld.log
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Phil.Pearce
Posts: 52
Joined: Fri Jul 18, 2014 7:30 am

Re: Acknowledge issue

Post by Phil.Pearce »

Code: Select all


170825  9:33:58 [Note] /usr/libexec/mysqld: Shutdown complete

170825 09:33:58 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170825 09:34:10 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170825  9:34:10  InnoDB: Initializing buffer pool, size = 8.0M
170825  9:34:10  InnoDB: Completed initialization of buffer pool
170825  9:34:10  InnoDB: Started; log sequence number 0 44233
170825  9:34:10 [Note] Event Scheduler: Loaded 0 events
170825  9:34:10 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution




I have also performed a DB repair just incase
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Acknowledge issue

Post by scottwilkerson »

So when you click Acknowledge on an issue it doesn't change on the service detail page?

If this is the case can we verify multiple nagios parent processes aren't running

Code: Select all

ps-ef|grep bin/nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Phil.Pearce
Posts: 52
Joined: Fri Jul 18, 2014 7:30 am

Re: Acknowledge issue

Post by Phil.Pearce »

Code: Select all

 ps-ef |grep bin/nagios
-bash: ps-ef: command not found

Code: Select all

ps -ef | grep bin/nagios
root      23574   8654  0 08:54 pts/0    00:00:00 grep bin/nagios
nagios    85206      1  0 Aug23 ?        00:25:31 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios    85208  85206  0 Aug23 ?        00:01:50 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85209  85206  0 Aug23 ?        00:01:49 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85210  85206  0 Aug23 ?        00:01:49 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85211  85206  0 Aug23 ?        00:01:51 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85212  85206  0 Aug23 ?        00:01:51 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85213  85206  0 Aug23 ?        00:01:49 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios    85269  85206  0 Aug23 ?        00:00:18 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg

scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Acknowledge issue

Post by scottwilkerson »

That looks good. Sorry about missing the space
scottwilkerson wrote: So when you click Acknowledge on an issue it doesn't change on the service detail page?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Phil.Pearce
Posts: 52
Joined: Fri Jul 18, 2014 7:30 am

Re: Acknowledge issue

Post by Phil.Pearce »

Nothing

I click acknowledge. Nothing happens.
If i click onto latest alerts instead of it saying "xx service is being handled", it still looks like an alert
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Acknowledge issue

Post by scottwilkerson »

Ok, if you click the link and nothing happens, I think you may have a javascript issue or something, you should see a box like this:
ack.PNG
If you do not see this would it be possible to try a different browser?

We may need to perform a remote session, to do so you should open a ticket by sending an email to [email protected] referencing this thread

Thanks!
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked