hey guys, I just noticed a problem after upgrading to the latest version. Warning alerts are not firing, but critical alerts are still working.
Warning Alerts not working after upgrade to latest version
Warning Alerts not working after upgrade to latest version
You do not have the required permissions to view the files attached to this post.
Re: Warning Alerts not working after upgrade to latest versi
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
Thanks jolson.jolson wrote: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
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
This has been fixed.
To implement this fix, please download and extract the attached file.
Make a backup of the existing alert.php file:
Stop httpd:
Overwrite /var/www/html/nagioslogserver/application/models/alert.php with the new alert.php file.
Start httpd:
That should fix the issue. Let me know if this works for you.
For reference, default permissions are 644 root:root.
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.oldCode: Select all
service httpd stopStart httpd:
Code: Select all
service httpd startFor reference, default permissions are 644 root:root.
You do not have the required permissions to view the files attached to this post.