Hi Nagios Support,
I have a inquiry with regards to bandwidth monitoring.
I am monitoring our network router. Then we encountered a problem with that said router. It seems that there was an issue on the network link. On our Nagios server, the result of bandwidth utilization was 0MB which was right since there were no traffic on the said router.
Our inquiry is that is it possible to trigger an e-mail notification when the bandwidth monitoring result was 0MB? We're just concern that the issue will occur again and we can't take action as soon at it happened since Nagios server will not trigger the e-mail notification.
Is there a alternative resolution when it comes to that issue.
Were currently using Nagios XI 2014R2.6 on CentOS server 6.6.
Your responses would be mostly appreciated.
Thank you.
E-mail Notification for Bandwidth Monitoring
Re: E-mail Notification for Bandwidth Monitoring
Setting up "less than" alert is not possible with this plugin. Check out the help page:
/usr/local/nagios/libexec/check_rrdtraf -h
/usr/local/nagios/libexec/check_rrdtraf -h
Notes:
-Warning and critical thresholds are MAX values,
going above the threshold will trigger an alert.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: E-mail Notification for Bandwidth Monitoring
Well, I'm somehow aware of that.
So there is no chance that the e-mail notification will be trigger when the a certain limit was not attained?
I guess we just need to think for an alternative solution to the data link monitoring of our network devices.
Thank you very much for your response.
We will just implement the Ping monitoring to the other side of the network tunnel to check if the data can pass through that tunnel.
So there is no chance that the e-mail notification will be trigger when the a certain limit was not attained?
I guess we just need to think for an alternative solution to the data link monitoring of our network devices.
Thank you very much for your response.
We will just implement the Ping monitoring to the other side of the network tunnel to check if the data can pass through that tunnel.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: E-mail Notification for Bandwidth Monitoring
You could use the negate plugin which does the opposite.
Here's an example where I run a plugin that returns an OK state:
Now here's an example when I use negate to run the plugin:
You could use negate to do a similar thing with check_rrdtraf.
Here's an example where I run a plugin that returns an OK state:
Code: Select all
./check_ssh localhost
SSH OK - OpenSSH_5.3 (protocol 2.0) | time=0.010402s;;;0.000000;10.000000Code: Select all
./negate -s ./check_ssh localhost
SSH CRITICAL - OpenSSH_5.3 (protocol 2.0) | time=0.011149s;;;0.000000;10.000000As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: E-mail Notification for Bandwidth Monitoring
Thank you for suggesting the negate plug-in.
We'll try creating new network monitoring with the negate plug-in.
Finished testing it on our environment and it was successful.
Thank you very much.
You can now close this thread.
We'll try creating new network monitoring with the negate plug-in.
Finished testing it on our environment and it was successful.
Thank you very much.
You can now close this thread.