github jokob-sk/NetAlertX v23.9.12
🩹Hotfix: Network map, PiHole, Reverse proxy, DHCP leases

latest releases: v24.9.12, v24.7.18, v24.6.8...
12 months ago
  • Network topology map not loading correctly #424
  • Small styling issues in the Report page #433
  • Fixed setting saving on reverse proxied setups by @cvc90 🙏
  • Better null handling in the DHCPLSS plugin
  • Fixed the new version email template
  • Hopefully correct now by @cvc90 🙏: PiHole scan has incorrect SQL query (the below has to be only done if you saved your settings on the 23.9.10 or 23.9.11 version)
    • Fix: remove the PIHOLE_CMD setting from your pialert.conf file or replace the value in the Settings page with SELECT n.hwaddr AS Object_PrimaryID, {s-quote}null{s-quote} AS Object_SecondaryID, datetime() AS DateTime, na.ip AS Watched_Value1, n.lastQuery AS Watched_Value2, na.name AS Watched_Value3, n.macVendor AS Watched_Value4, {s-quote}null{s-quote} AS Extra, n.hwaddr AS ForeignKey FROM EXTERNAL_PIHOLE.Network AS n LEFT JOIN EXTERNAL_PIHOLE.Network_Addresses AS na ON na.network_id = n.id WHERE n.hwaddr NOT LIKE {s-quote}ip-%{s-quote} AND n.hwaddr <> {s-quote}00:00:00:00:00:00{s-quote};

Don't miss a new NetAlertX release

NewReleases is sending notifications on new releases.