mirror of
https://github.com/thannaske/rspamd-influxdb.git
synced 2023-10-10 13:36:59 +02:00
57c69cf072
Add example for telegraf |
||
---|---|---|
grafana-example.png | ||
LICENSE | ||
README.md | ||
rspamd-influxdb.py |
rspamd-influxdb
Quick and dirty approach to get stats of rspamd out of the webinterface's API into InfluxDB for visualizing using Grafana.
Usage
python3 rspamd-influxdb.py https://example.com:1337/ superSecretPassword
Utilization
Use this script call within InfluxData's Telegraf
e.g.:
[[inputs.exec]]
commands = ["python3 /opt/rspamd-influxdb/rspamd-influxdb.py http://localhost:11334/ superSecretPassword"]
timeout = "5s"
data_format = "influx"