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!

hi everybody, i’m successfully wrote influxdb metrics in our victoria-metrics cluster, like this: http://<vm_inser_addr>:<vm_insert_port>/insert/0/influx/ with org 0, token 0 and bucket 0
Pritunl (victoria-metrics influxdb ingest) | Grafana Labs i publish dashboard for this type of metrics, and yep i understand there are not full stats, but it serve me well :slight_smile: