mirror of
https://github.com/thannaske/rspamd-influxdb.git
synced 2023-10-10 13:36:59 +02:00
Add example for telegraf
This commit is contained in:
parent
83c7c1d1cd
commit
ab15857a89
@ -7,5 +7,13 @@ Quick and dirty approach to get stats of rspamd out of the webinterface's API in
|
||||
## 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"
|
||||
```
|
||||
|
||||
## Grafana example
|
||||
![Grafana Example](https://raw.githubusercontent.com/thannaske/rspamd-influxdb/master/grafana-example.png)
|
||||
|
Loading…
Reference in New Issue
Block a user