Search found 2 matches
- Mon Jul 27, 2015 12:11 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring the traffic on hourly basis
- Replies: 3
- Views: 1295
Re: Monitoring the traffic on hourly basis
Hi, My requirement is to store the result (offcourse, after calculation) in nagios. Say, at T1, Tx = 1000 Rx = 500 at T2 (T1 + 5sec), Tx = 1400, Rx = 900 at T3 (T2 + 5s), Tx = 2000, Rx = 1700 . . Now I want to store time as well as Tx,Rx (T1, 1000, 500 - T2, 400, 400 - T3, 600, 800 - ...) Nagios alr...
- Fri Jul 24, 2015 3:38 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring the traffic on hourly basis
- Replies: 3
- Views: 1295
Monitoring the traffic on hourly basis
Hi All, I am using nagios 3.5.1 on centos 7 and it is working for most of my use cases. I am able to plot the network usage of an interface in my router using check_snmp plugin. The In/Out octets are collected from router every 2 secs and nagiosgraph is generating the plot. Now my question is how ca...