Main /
mod_netifDescriptionThe extensions (maximum of 4 metric per single device) for individual Ethernet devices are contained in a separate DSO module (written in C) called This DSO can be used to monitor individual Ethernet devices. Platform availability: Linux only, minimum SLES 9 and higher or RHEL 4 and higher required Config file: Available metricsThe following 4 additional metrics per device
Config file examplemodules { module { name = "netif_module" path = "modnetif.so" } } collection_group { collect_every = 15 time_threshold = 60 metric { name = "eth0_bytes_received" title = "eth0 Bytes Received" value_threshold = 1.0 } metric { name = "eth0_bytes_sent" title = "eth0 Bytes Sent" value_threshold = 1.0 } metric { name = "eth0_pkts_received" title = "eth0 Packets Received" value_threshold = 0.1 } metric { name = "eth0_pkts_sent" title = "eth0 packets Sent" value_threshold = 0.1 } /* metric { name = "eth1_bytes_received" title = "eth1 Bytes Received" value_threshold = 1.0 } metric { name = "eth1_bytes_sent" title = "eth1 Bytes Sent" value_threshold = 1.0 } metric { name = "eth1_pkts_received" title = "eth1 Packets Received" value_threshold = 0.1 } metric { name = "eth1_pkts_sent" title = "eth1 packets Sent" value_threshold = 0.1 } */ } Change History
|