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

@ -46,4 +46,6 @@
};
work.enable = true;
};
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/" "/boot" ];
}