Keep track of IPv4 and IPv6 statistics on FreeBSD.
In /usr/local/etc/zabbix3/zabbix_agentd.conf, add:
UserParameter=net.ip4[*],netstat -s -p ip | awk '/$1/{ print $$1}'
UserParameter=net.ip6[*],netstat -s -p ip6 | awk '/$1/{ print $$1}'
Template might work on earlier Zabbix versions, only tested for 3.0.x
RedShift
There are no macros links in this template.
There are no template links in this template.
There are no discovery rules in this template.
Name | Description | Type | Key and additional info |
---|---|---|---|
U IPv4 total packets received | - |
Zabbix agent (active) |
net.ip4[total packets received] Update: 30 |
U IPv4 Packet sent | - |
Zabbix agent (active) |
net.ip4[packets sent from this host] Update: 30 |
U IPv6 Packets sent | - |
Zabbix agent (active) |
net.ip6[packets sent from this host] Update: 30 |
U IPv6 total packets received | - |
Zabbix agent (active) |
net.ip6[total packets received] Update: 30 |
There are no triggers in this template.