Setup basic telegraf reporting

This commit is contained in:
Charlotte Van Petegem 2022-04-30 22:20:05 +02:00
parent 928c60fefc
commit 10c7e3dcea
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 93 additions and 41 deletions

View file

@ -55,4 +55,6 @@
};
};
};
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/" "/boot/ESP0" "/boot/ESP1" "/srv/data" ];
}