Remove telegraf from all hosts

I basically ignore the data anyway. I'll redo monitoring from the ground up later.
This commit is contained in:
Charlotte Van Petegem 2024-11-10 16:24:54 +01:00
parent d5b308d2d1
commit 8e821442af
No known key found for this signature in database
GPG key ID: 019E764B7184435A
15 changed files with 0 additions and 312 deletions

View file

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

View file

@ -72,9 +72,7 @@
};
};
services = {
garmin-scraper.enable = true;
git.enable = true;
grafana.enable = true;
mail.enable = true;
mastodon.enable = true;
matrix.enable = true;
@ -139,5 +137,4 @@
};
};
programs.msmtp.enable = false;
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/boot/ESP0" "/boot/ESP1" ];
}

View file

@ -72,5 +72,4 @@
host = "socrates.machines.robbevp.be";
dataset = "zdata/data";
};
services.telegraf.extraConfig.inputs.disk.mount_points = [ "/boot/ESP0" "/boot/ESP1" ];
}