Monitor seedbox
This commit is contained in:
parent
4f25f7b36d
commit
3ee66c6943
|
@ -91,3 +91,9 @@
|
||||||
[[inputs.wireguard]]
|
[[inputs.wireguard]]
|
||||||
devices = ["wg0"]
|
devices = ["wg0"]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if inventory_hostname == "n2" %}
|
||||||
|
[[inputs.file]]
|
||||||
|
files = ["/mnt/seedbox/.config/stats.json"]
|
||||||
|
data_format = "json"
|
||||||
|
{% endif %}
|
||||||
|
|
Reference in New Issue