Skip to content

Files

Latest commit

867e112 · Feb 24, 2022

History

History
This branch is 107 commits behind zabbix/community-templates:main.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2022
Nov 25, 2021

FreeBSD IP statistics

Overview

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

Author

RedShift

Macros used

There are no macros links in this template.

Template links

There are no template links in this template.

Discovery rules

There are no discovery rules in this template.

Items collected

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

Triggers

There are no triggers in this template.