1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

Instant or Average kB/s received on the interface ethX

Module data

module_begin 
module_name Interface_rxkB/s_ethX 
module_type generic_data 
module_exec sar -n DEV | grep ethX | tail -1 | awk '{print $5}' (Average) 
module_description Average of packets received on the interface ethX 
module_end

 

module_exec sar -n DEV 1 1 | grep ethX | tail -1 | awk '{print $5}' (Instant)
(Visited 135 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X