Hi,
I'm trying to migrate the monitoring interface from OPSview to Zabbix.
I need to monitoring network usage for the networks in0 and out0:
In OPSview I have this check:
I tried to configure in Zabbix in this way:
my expression in the trigger is:
But I receive the error:
and
How can I fix it?
I'm trying to migrate the monitoring interface from OPSview to Zabbix.
I need to monitoring network usage for the networks in0 and out0:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet xx.xx.xx.xx/32 brd xx.xx.xx.xx scope global lo:bgp valid_lft forever preferred_lft forever 2: in0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether xx:xx:xx:Xx:xx:xx brd ff:ff:ff:ff:ff:ff inet 192.168.10.2/30 brd 192.168.10.3 scope global in0 valid_lft forever preferred_lft forever 3: out0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether xx:xx:xx:Xx:xx:xx brd ff:ff:ff:ff:ff:ff inet 192.168.10.6/30 brd 192.168.10.7 scope global out0 valid_lft forever preferred_lft forever 4: mgmt0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether xx:xx:xx:Xx:xx:xx brd ff:ff:ff:ff:ff:ff inet 192.168.10.10/30 brd 192.168.10.11 scope global mgmt0 valid_lft forever preferred_lft forever 5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 0c:c4:7a:b2:31:e7 brd ff:ff:ff:ff:ff:ff 6: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default link/ether xx:xx:xx:Xx:xx:xx brd ff:ff:ff:ff:ff:ff
Code:
check_sns_stats -r myservername.mydomain.com/interface-in0/if_octets -s rx --maxe 30000000
Code:
Name: interface_in0 Type: SNMP agentKey: interface_in0 SNMP OID: IF-MIB::ifInOctets.0 Type of information: Numeric (float) Host interface: 192.168.10.10:161
Code:
({host-servers:interface_in0.avg(1s)}) > 30000000
Code:
No Such Instance currently exists at this OID
Code:
Cannot evaluate expression: "Cannot evaluate function "hawkeye-co.bllon.isp.sky.com:interface_in0.avg(1s)": item is not supported."
How can I fix it?
Comment