<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export><version>5.0</version><date>2021-11-21T21:22:13Z</date><groups><group><name>Templates</name></group></groups><templates><template><template>FreeBSD IP statistics</template><name>FreeBSD IP statistics</name><description>## 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

</description><groups><group><name>Templates</name></group></groups><applications><application><name>IPv4</name></application><application><name>IPv6</name></application></applications><items><item><name>U IPv4 Packet sent</name><type>ZABBIX_ACTIVE</type><key>net.ip4[packets sent from this host]</key><delay>30</delay><value_type>FLOAT</value_type><units>packets</units><applications><application><name>IPv4</name></application></applications><preprocessing><step><type>CHANGE_PER_SECOND</type><params/></step></preprocessing></item><item><name>U IPv4 total packets received</name><type>ZABBIX_ACTIVE</type><key>net.ip4[total packets received]</key><delay>30</delay><value_type>FLOAT</value_type><units>packets</units><applications><application><name>IPv4</name></application></applications><preprocessing><step><type>CHANGE_PER_SECOND</type><params/></step></preprocessing></item><item><name>U IPv6 Packets sent</name><type>ZABBIX_ACTIVE</type><key>net.ip6[packets sent from this host]</key><delay>30</delay><value_type>FLOAT</value_type><units>packets</units><applications><application><name>IPv6</name></application></applications><preprocessing><step><type>CHANGE_PER_SECOND</type><params/></step></preprocessing></item><item><name>U IPv6 total packets received</name><type>ZABBIX_ACTIVE</type><key>net.ip6[total packets received]</key><delay>30</delay><value_type>FLOAT</value_type><units>packets</units><applications><application><name>IPv6</name></application></applications><preprocessing><step><type>CHANGE_PER_SECOND</type><params/></step></preprocessing></item></items></template></templates><graphs><graph><name>IPv4 traffic</name><graph_items><graph_item><drawtype>GRADIENT_LINE</drawtype><color>00AA00</color><item><host>FreeBSD IP statistics</host><key>net.ip4[total packets received]</key></item></graph_item><graph_item><sortorder>1</sortorder><drawtype>GRADIENT_LINE</drawtype><color>3333FF</color><item><host>FreeBSD IP statistics</host><key>net.ip4[packets sent from this host]</key></item></graph_item></graph_items></graph><graph><name>IPv4 vs IPv6 traffic</name><height>300</height><yaxismax>0</yaxismax><show_work_period>NO</show_work_period><show_triggers>NO</show_triggers><type>EXPLODED</type><show_3d>YES</show_3d><graph_items><graph_item><drawtype>FILLED_REGION</drawtype><color>AA00AA</color><item><host>FreeBSD IP statistics</host><key>net.ip4[total packets received]</key></item></graph_item><graph_item><sortorder>1</sortorder><drawtype>FILLED_REGION</drawtype><color>AAAA00</color><item><host>FreeBSD IP statistics</host><key>net.ip4[packets sent from this host]</key></item></graph_item><graph_item><sortorder>2</sortorder><drawtype>FILLED_REGION</drawtype><color>00AA00</color><item><host>FreeBSD IP statistics</host><key>net.ip6[total packets received]</key></item></graph_item><graph_item><sortorder>3</sortorder><drawtype>FILLED_REGION</drawtype><color>3333FF</color><item><host>FreeBSD IP statistics</host><key>net.ip6[packets sent from this host]</key></item></graph_item></graph_items></graph><graph><name>IPv6 traffic</name><graph_items><graph_item><drawtype>GRADIENT_LINE</drawtype><color>00AA00</color><item><host>FreeBSD IP statistics</host><key>net.ip6[total packets received]</key></item></graph_item><graph_item><sortorder>1</sortorder><drawtype>GRADIENT_LINE</drawtype><color>3333FF</color><item><host>FreeBSD IP statistics</host><key>net.ip6[packets sent from this host]</key></item></graph_item></graph_items></graph></graphs></zabbix_export>
