rbicelli / pfsense-zabbix-template

Zabbix Template for pfSense
Apache License 2.0
238 stars 107 forks source link

Pfsense 23.05.01 No Data from Interfaces #148

Closed martinpetermichael closed 4 months ago

martinpetermichael commented 1 year ago

Hello,

thanks für this great Template! I've a Problem with teh Interface Data. All other Items are working fine - but i. E. net.if.in[vmx3,errors] has no Data (incomming / outgoing). Do you have any clue why, and how I can fix it? Best regrads Mic

captain-nut commented 10 months ago

Hello, same problem here, the metrics for -incoming/outgoing errors -incoming/outgoing network traffic

are not working on PF Sense 23.05.1 The very same template and configuration works on Pf Sense 2.7

rbicelli commented 10 months ago

Hello! Network counters are taken from default zabbix agent. The discovery process is used for labeling the interface internal name to "friendly" pfsense name (i.e. WAN->lagg1.127). Upon discovery the counters are: net.if.in[{#IFNAME},in], which translate after discovery to net.if.in[lagg1.127] for example. Check in your host item what discovery is creating, maybe in 23.05 something has changed in interface naming.

martinpetermichael commented 9 months ago

Hello,

in Zabbix (discovered Item) is: net.if.in[lagg0.4091,errors] in pfsense the Interface is WAN Interface (wan, lagg0.4090, switchports: 1 9t 10t) so this seems to be fine - but there is no value in it ...

rbicelli commented 4 months ago

Please, check latest template and let me know.