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