server7/tox: Add Collectd

This commit is contained in:
Ehmry - 2019-12-02 15:11:27 +01:00
parent 2e5a180115
commit 023cd48e6e
1 changed files with 19 additions and 0 deletions

View File

@ -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
<Plugin "network">
Server "grafana.hq.c3d2.de" "25826"
</Plugin>
'';
};
}