test
This commit is contained in:
parent
d0dd350476
commit
cacda6d7c1
1 changed files with 7 additions and 0 deletions
|
@ -14,9 +14,16 @@
|
|||
fail2ban
|
||||
];
|
||||
|
||||
# systemd.services.telegraf = {
|
||||
# path = [
|
||||
|
||||
# ];
|
||||
# };
|
||||
|
||||
# Configure the package:
|
||||
services.telegraf = {
|
||||
enable = true;
|
||||
path = [ sensors ];
|
||||
environmentFiles = [ /run/secrets/telegraf-token ];
|
||||
extraConfig = {
|
||||
outputs = {
|
||||
|
|
Loading…
Reference in a new issue