Hello,
I have 6 physical ports that I monitor individually; each port is a 10gb internet pipe making our total internet capacity 60gb's. I am successfully graphing all of them, and have stacked the graphs so that I may see the total bandwidth of all 6.
Now, what I would like to achieve is to be able to monitor the accumulative BW of all six so that I can set threshold alarms i.e., if my total BW on all six go over 80% I want to be notified "warning" and "critical" if it goes over 90%, idea being to make sure we're not going over the capacity of our internet transport pipes.
Nagios tech-support stated there's not a way to do this - so I'm wondering if anyone has achieve this in some other way.
Thank you!
AT
Monitoring an Aggregate of PerfData
-
- Posts: 363
- Joined: Wed Apr 12, 2023 5:48 pm
Re: Monitoring an Aggregate of PerfData
Write a script that runs each of the checks, sums the data and alerts if needed. Pretty simple.
-
- Posts: 4
- Joined: Fri Jan 22, 2021 2:12 pm
Re: Monitoring an Aggregate of PerfData
Don't know how to write scripts and if I did I wouldn't know where to deploy it.
If anyone has ever done this and has a written script, please advise.
Thanks.
If anyone has ever done this and has a written script, please advise.
Thanks.
-
- Posts: 363
- Joined: Wed Apr 12, 2023 5:48 pm
Re: Monitoring an Aggregate of PerfData
The script would run from the same host as the checks you want to combine.
You might want to look into how you're checking the thing bandwidth and have a look on the echange.nagios.org site for plugins.
You might want to look into how you're checking the thing bandwidth and have a look on the echange.nagios.org site for plugins.