Hi,
Would it be possible in a (near) future version of Zabbix to support net.if.in/out without having to specify an interface name.
My reasoning (and I'm sure I'm not the only one) is that some of the servers I monitor don't always have the same interface name, particularly our VPSs when they move to a different physical node.
A project called "SME Server" appears to have made some changes to the Zabbix that they package with their distribution. They've implemented additional checks to cater for this need - from their documentation:
I think these checks would be extremely well received by the community if implemented into the mainstream Zabbix.
Thanks,
Andy
Would it be possible in a (near) future version of Zabbix to support net.if.in/out without having to specify an interface name.
My reasoning (and I'm sure I'm not the only one) is that some of the servers I monitor don't always have the same interface name, particularly our VPSs when they move to a different physical node.
A project called "SME Server" appears to have made some changes to the Zabbix that they package with their distribution. They've implemented additional checks to cater for this need - from their documentation:
- net.if.in.internal: Equivalent to net.if.in[ethX,bytes], but is independent of your internal interface name (eth0, bond0, br0 etc...)
- net.if.out.internal: Equivalent to net.if.out[ethX,bytes]
- net.if.in.external: Equivalent to net.if.in[ethX,bytes], but is independent of your external interface name (eth0, eth1, ppp0 etc...)
- net.if.out.external: Equivalent to net.if.out[ethX,bytes]
Thanks,
Andy
Comment