No description
Find a file
Pierre Verkest 9270bc08f0 fix license to apache2
likes prom lib
2023-09-01 13:40:46 +02:00
opnsense_exporter First implementation 2023-09-01 13:27:55 +02:00
tests First implementation 2023-09-01 13:27:55 +02:00
.gitignore First implementation 2023-09-01 13:27:55 +02:00
.pre-commit-config.yaml First implementation 2023-09-01 13:27:55 +02:00
LICENSE fix license to apache2 2023-09-01 13:40:46 +02:00
README.md First implementation 2023-09-01 13:27:55 +02:00
requirements.tests.txt First implementation 2023-09-01 13:27:55 +02:00
requirements.txt First implementation 2023-09-01 13:27:55 +02:00
setup.cfg First implementation 2023-09-01 13:27:55 +02:00
setup.py fix license to apache2 2023-09-01 13:40:46 +02:00

OPNSense Prometheus exporter

I've configures OPNSense with High Availability settings using 2 servers.

So I've 2 servers: MAIN and BACKUP, in normal situation MAIN server is expected to be active and the BACKUP server to be in hot_standby state.

The initial needs was to be able to make sure that BACKUP server is ready (hot standby) to get the main server role with the active state at any time.

Unfortunately I've not found a proper configuration to call OPNSense HTTP API over opnvpn on backup server using blackbox configuratoin. That why I've started to develop this exporter install on a server on the LAN to be able to resquest both OPNSense servers.

Metrics

This exporter gives following metrics:

  • ``:

Usage

Note

: Most updated documentation from command line !

opnsense-exporter --help