OK, so I have been beating my head on how to accomplish this in a graph.
First some background:
We are connected to the internet via excede satellite.
On the 20th of the month our bandwidth total resets to 0.
We have a limit of 150GB/month via satellite.
I want to be able to graph the usage of our internet over a month, with data alerts on how much we have used per day/month. I want to alert if any day goes over 80% of the days allotment.
So far I have been able to scrape the data from the actual cable modem to get the total TX bytes, total RX bytes, and added them together for TotalBytesTransferred. This data increases constantly.
I was curious if the time shift functions would be helpful here?
Has anyone ever done anything like this? I saw someone doing something with a script logging the information into rrd, but I want to do this directly in Zabbix.
First some background:
We are connected to the internet via excede satellite.
On the 20th of the month our bandwidth total resets to 0.
We have a limit of 150GB/month via satellite.
I want to be able to graph the usage of our internet over a month, with data alerts on how much we have used per day/month. I want to alert if any day goes over 80% of the days allotment.
So far I have been able to scrape the data from the actual cable modem to get the total TX bytes, total RX bytes, and added them together for TotalBytesTransferred. This data increases constantly.
I was curious if the time shift functions would be helpful here?
Has anyone ever done anything like this? I saw someone doing something with a script logging the information into rrd, but I want to do this directly in Zabbix.
Comment