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:
parent
df2e046295
commit
b8f647fb4a
14 changed files with 181 additions and 33 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue