1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add telegraf module

This commit is contained in:
oddlama 2023-06-25 00:44:04 +02:00
parent df2e046295
commit b8f647fb4a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
14 changed files with 181 additions and 33 deletions

View file

@ -25,6 +25,16 @@
proxy = "sentinel";
};
extra.telegraf = {
enable = true;
proxy = "sentinel";
# TODO organization = "servers";
# TODO bucket = "telegraf";
};
# TODO track my github stats
# services.telegraf.extraConfig.inputs.github = {};
extra.microvms.vms = let
defaults = {
system = "x86_64-linux";
@ -53,9 +63,6 @@
#minecraft = defineVm;
#firefly
#prometheus
#influxdb
#maddy = defineVm;
#anonaddy = defineVm;