Log Server dashboard alerting not working as expected

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
james.liew
Posts: 59
Joined: Wed Feb 22, 2017 1:30 am

Log Server dashboard alerting not working as expected

Post by james.liew »

Referring from earlier thread: https://support.nagios.com/forum/viewto ... 37&t=43032

I seem to be getting the error emails below:


What I want to do is to make it alert if I receive <1000 emails (WARNING) and <500 emails (CRITICAL) but I'm receiving more than the 1000 threshold so it shouldn't be sending alerts. Not sure why this is happening.
Windows Event Log Threshold Alerting came back with a CRITICAL state at
The alert was processed with the following thresholds:
• Lookback period: 60m
• Warning: 1000
• Critical: 500
Here is the full alert output:
CRITICAL: 14884 matching entries found |logs=14884;1000;500
See the last 60m in the Nagios Log Server dashboard.
Nagios Log Server
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Log Server dashboard alerting not working as expected

Post by tacolover101 »

the filter is currently working with >500 and >1000. post a screenshot of your current settings for the alert.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Log Server dashboard alerting not working as expected

Post by tgriep »

If you want to receive Alerts for less than the thresholds, you would have to edit the Alert and add a colon on the end of the thresholds line the example below.

Code: Select all

1000:
500:
The colon on the end changed the threshold to be less than and should send the alerts how you want.
Be sure to check out our Knowledgebase for helpful articles and solutions!
james.liew
Posts: 59
Joined: Wed Feb 22, 2017 1:30 am

Re: Log Server dashboard alerting not working as expected

Post by james.liew »

Awesome, adding the : did the trick.

Didn't realize it before. Thanks!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Log Server dashboard alerting not working as expected

Post by cdienger »

Hi James,

Have you tested and confirmed the solution? If so, can this thread be locked?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
james.liew
Posts: 59
Joined: Wed Feb 22, 2017 1:30 am

Re: Log Server dashboard alerting not working as expected

Post by james.liew »

Yes, I have tested and this is now good to close
Locked