Page 1 of 1

Warning Alerts not working after upgrade to latest version

Posted: Wed Apr 22, 2015 12:55 pm
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

Re: Warning Alerts not working after upgrade to latest versi

Posted: Wed Apr 22, 2015 4:11 pm
by jolson
I tested this with the same results - I will speak with development regarding this issue and get back to you.

Re: Warning Alerts not working after upgrade to latest versi

Posted: Wed Apr 22, 2015 5:13 pm
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.

Re: Warning Alerts not working after upgrade to latest versi

Posted: Thu Apr 23, 2015 10:13 am
by jolson
No problem - I'll be sure to let you know when we make headway on this issue. Thanks!

Re: Warning Alerts not working after upgrade to latest versi

Posted: Thu Apr 23, 2015 3:01 pm
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.