bsmithio / OPNsense-Dashboard

A functional and useful dashboard for OPNsense that utilizes InfluxDB, Grafana, Graylog, and Telegraf.
537 stars 67 forks source link

Uptime not Updating with multiple Firewalls #33

Closed bueste closed 1 year ago

bueste commented 2 years ago

Hi I've a few opnsense configured to send data with telegraf and syslog.

If I select one specific Firewall with the filter on top "OPNsense", the Uptime and Firewall will not updatet. Same with the LAN Interface.

Seems not all Querys have the r.host =~ /^${Host:regex}$/ and in it.

bueste commented 2 years ago

In the Firewall parts the query is for example: interface:$iface AND src_ip:$src_ip AND dst_port:$dst_port AND action:"block" -> no host filter

bsmithio commented 1 year ago

Added host filters to every query that was missing them as well as added host filters for the Firewall section.