Monitor seedbox

This commit is contained in:
Alex 2020-07-02 20:51:37 +02:00
parent 4f25f7b36d
commit 3ee66c6943
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 6 additions and 0 deletions

View File

@ -91,3 +91,9 @@
[[inputs.wireguard]]
devices = ["wg0"]
{% endif %}
{% if inventory_hostname == "n2" %}
[[inputs.file]]
files = ["/mnt/seedbox/.config/stats.json"]
data_format = "json"
{% endif %}