Search results

  1. S

    Horaco 2.5GbE Managed Switch (8 x 2.5GbE + 1 10Gb SFP+)

    I tried to make the code as dumb as the switches. :D It uses only one external dependency, which is the official Prometheus exporter library.
  2. S

    Horaco 2.5GbE Managed Switch (8 x 2.5GbE + 1 10Gb SFP+)

    Port 8088 is where the exporter listens. Once Prometheus scrapes /metrics, it connects to switch at the admin UI(port 80), reads the HTML and emits Prometheus metrics.
  3. S

    Horaco 2.5GbE Managed Switch (8 x 2.5GbE + 1 10Gb SFP+)

    I only tested with WAMJHJ-8125MNG, but they all seem to have same HTML hardcoded in firmware. Just different images and CSS. Give it a try and let me know, I will update the list of supported switches.
  4. S

    Horaco 2.5GbE Managed Switch (8 x 2.5GbE + 1 10Gb SFP+)

    Hello fellow Horaco users! I have made a Prometheus exporter to scrape statistics from the switch Web UI. I use it for some time in my home LAN. Check it out at: GitHub - stas2k/horaco_exporter: Prometheus exporter for cheap 2.5G switches There are no example Grafana dashboard or alerts yet...