Warning Alerts not working after upgrade to latest version

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
Jklre
Posts: 163
Joined: Wed May 28, 2014 1:56 pm

Warning Alerts not working after upgrade to latest version

Post by Jklre »

hey guys, I just noticed a problem after upgrading to the latest version. Warning alerts are not firing, but critical alerts are still working.
3.jpg
You do not have the required permissions to view the files attached to this post.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Warning Alerts not working after upgrade to latest versi

Post by jolson »

I tested this with the same results - I will speak with development regarding this issue and get back to you.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Jklre
Posts: 163
Joined: Wed May 28, 2014 1:56 pm

Re: Warning Alerts not working after upgrade to latest versi

Post by Jklre »

jolson wrote:I tested this with the same results - I will speak with development regarding this issue and get back to you.
Thanks jolson.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Warning Alerts not working after upgrade to latest versi

Post by jolson »

No problem - I'll be sure to let you know when we make headway on this issue. Thanks!
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Warning Alerts not working after upgrade to latest versi

Post by jolson »

This has been fixed.

To implement this fix, please download and extract the attached file.

Make a backup of the existing alert.php file:

Code: Select all

cp /var/www/html/nagioslogserver/application/models/alert.php /home/nagios/alert.php.old
Stop httpd:

Code: Select all

service httpd stop
Overwrite /var/www/html/nagioslogserver/application/models/alert.php with the new alert.php file.

Start httpd:

Code: Select all

service httpd start
That should fix the issue. Let me know if this works for you.

For reference, default permissions are 644 root:root.
You do not have the required permissions to view the files attached to this post.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked