Configured an Alert to send an email if the Total bytes matching a certain criterion exceeds 100 MB (Warning) or 150MB (Critical); An alert email is being sent out every 5 minutes, regardless of whether the configured threshold is crossed or not. This is resulting in a lot of false positives.
How can we get the Alert email to be sent only when configured thresholds are crossed?
Thanks,
PSP
Alert email is not being triggered; a lot of false positives
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Alert email is not being triggered; a lot of false posit
Is your NNA system currently configured with integration for XI?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Alert email is not being triggered; a lot of false posit
I believe so. I have installed NRDP on the XI server, and added it on Nagios Network Analyzer (under Alerting -> new Nagios setup section). Is there anything else that needs to be done? Do I have to install NRDP on NNA as well?
Re: Alert email is not being triggered; a lot of false posit
Can you log in the Nagios NA, go to Alerting->Checks->View/Edit, and show us a screenshot of the "Step 2 - Select Criteria" page?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Alert email is not being triggered; a lot of false posit
Screenshot attached. Please take a look. Thanks.
You do not have the required permissions to view the files attached to this post.
Re: Alert email is not being triggered; a lot of false posit
It looks like your thresholds are a bit off.
100 MB is 100000000 bytes and 150MB is 150000000 bytes assuming 1000 (not 1024) bytes = 1KB.
In your case, you have 5000000 bytes = 5MB and 10000000 bytes = 10MB.
100 MB is 100000000 bytes and 150MB is 150000000 bytes assuming 1000 (not 1024) bytes = 1KB.
In your case, you have 5000000 bytes = 5MB and 10000000 bytes = 10MB.
Former Nagios employee