Pritunl metrics exporter for Prometheus

In the Monitoring section of the documentation it is mentioned how to send metrics to an InfluxDB. However, we use Prometheus with a built-in backend and I was wondering if there is a way to create metrics and let some exporter ‘scrape’ them? In the pritunl github project I see the repo called pritunl-monitoring but it is no longer maintained. I tried to find some 3rd party ones, but no luck.

Any tips? Thanks in advance!

Only InfluxDB is supported for the monitoring. The internal code that supported the pritunl-monitoring Prometheus plugin was removed from the Pritunl codebase. The auditing journal provides a JSON log file that includes a lot useful events for monitoring. This can be parsed by most monitoring systems.

Gotcha, thanks!