diff options
author | makefu <github@syntax-fehler.de> | 2019-06-20 22:21:56 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-06-20 22:25:46 +0200 |
commit | 8225afec5b2e853d2e4eeae27adc5a39efcdae17 (patch) | |
tree | 2848442306c650c351808211ac1c2d380d18e4ba /krebs/1systems | |
parent | 75f8b34296a237f350c47147e3a4cb313862e7f5 (diff) |
wolf.r: init shack/prometheus config
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index 7ca0f0ec1..d684dcd1c 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -40,11 +40,16 @@ in <stockholm/krebs/2configs/shack/radioactive.nix> ## Collect local statistics via collectd and send to collectd <stockholm/krebs/2configs/stats/wolf-client.nix> - ## write collectd statistics to wolf.shack - <stockholm/krebs/2configs/collectd-base.nix> + { services.influxdb.enable = true; } <stockholm/krebs/2configs/shack/netbox.nix> + <stockholm/krebs/2configs/shack/prometheus/server.nix> + <stockholm/krebs/2configs/shack/prometheus/node.nix> + <stockholm/krebs/2configs/shack/prometheus/unifi.nix> + <stockholm/krebs/2configs/collectd-base.nix> # home-assistant + { services.influxdb.enable = true; } + ]; # use your own binary cache, fallback use cache.nixos.org (which is used by # apt-cacher-ng in first place) |