You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the dashboard and am getting close to getting everything setup and working, but I'm running into an issue that I cannot figure out. I have no gateway stats at all under Network Stats. The Interface Summary for each interface WAN or LAN is blank. WAN interface data is working fine but the LAN Interface just shows - ALL even with regex in place that should cause it to show at least 2 interfaces but it only reports as All so I'm pretty sure something is amiss or missing.
/^(?!enc0$|em0$|igb2$|igb3$)/
I have dual WAN setup, so em0 and igb2; igb3 is an extra interface not currently in use and of course the enc0 interface.
Looking at the data, I'm not seeing any gateway under _measurements, I'm also not seeing a status _field that it looks like the interface summaries need.
Not sure if this has to do with the telegraph error every 10 seconds in the OPNsense log.
2024-03-05T19:18:20Z E! [inputs.exec] Error in plugin: exec: exit status 1 for command "sudo /usr/local/bin/telegraf_pfifgw.php": /usr/local/etc/sudoers:135:55: Alias "PFIFGW" already defined...
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
The file I mentioned gives you the metrics for the interfaces in influxdb. If you don't see this data in influxdb then there goes something wrong with the connection from opnsense via Telegraf to influxdb. You first have to solve this.
The error message is just a double line in sudoers file you have to delete, cause multiple execution script.
I have this fully working and more. Let me know if you have any questions.
Love the dashboard and am getting close to getting everything setup and working, but I'm running into an issue that I cannot figure out. I have no gateway stats at all under Network Stats. The Interface Summary for each interface WAN or LAN is blank. WAN interface data is working fine but the LAN Interface just shows - ALL even with regex in place that should cause it to show at least 2 interfaces but it only reports as All so I'm pretty sure something is amiss or missing.
/^(?!enc0$|em0$|igb2$|igb3$)/
I have dual WAN setup, so em0 and igb2; igb3 is an extra interface not currently in use and of course the enc0 interface.
Looking at the data, I'm not seeing any gateway under _measurements, I'm also not seeing a status _field that it looks like the interface summaries need.
Not sure if this has to do with the telegraph error every 10 seconds in the OPNsense log.
2024-03-05T19:18:20Z E! [inputs.exec] Error in plugin: exec: exit status 1 for command "sudo /usr/local/bin/telegraf_pfifgw.php": /usr/local/etc/sudoers:135:55: Alias "PFIFGW" already defined...
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: