diff --git a/hosts/server7/containers/tox/default.nix b/hosts/server7/containers/tox/default.nix index 62ab26bd..e5e659f0 100644 --- a/hosts/server7/containers/tox/default.nix +++ b/hosts/server7/containers/tox/default.nix @@ -36,4 +36,23 @@ ) ''; }; + + services.collectd = { + enable = true; + autoLoadPlugin = true; + extraConfig = '' + HostName "${config.networking.hostName}" + FQDNLookup false + Interval 10 + + LoadPlugin load + LoadPlugin interface + LoadPlugin network + + Server "grafana.hq.c3d2.de" "25826" + + ''; + }; + + }