diff options
author | makefu <github@syntax-fehler.de> | 2019-07-19 16:04:45 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-19 19:34:08 +0200 |
commit | 1eeccb54a2ca0a2451781c0d528a410dbffae3c2 (patch) | |
tree | b012d116e7e02a5f2b69f04f3325069a9c85c797 /krebs/1systems/wolf/config.nix | |
parent | 124b1d7639c404e5a58a9aef0f0bee1424f54a45 (diff) |
wolf.r: graphite.shack redirect to graphite:8080
Diffstat (limited to 'krebs/1systems/wolf/config.nix')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index 3cb358ca3..3c3cf61fa 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -42,19 +42,19 @@ in # connect to git.shackspace.de as group runner for rz <stockholm/krebs/2configs/shack/gitlab-runner.nix> - # Statistics collection and visualization - <stockholm/krebs/2configs/graphite.nix> + # Statistics collection and visualization + <stockholm/krebs/2configs/shack/graphite.nix> ## Collect data from mqtt.shack and store in graphite database <stockholm/krebs/2configs/shack/mqtt_sub.nix> ## Collect radioactive data and put into graphite <stockholm/krebs/2configs/shack/radioactive.nix> ## mqtt.shack <stockholm/krebs/2configs/shack/mqtt.nix> + ## influx.shack + <stockholm/krebs/2configs/shack/influx.nix> ## Collect local statistics via collectd and send to collectd <stockholm/krebs/2configs/stats/wolf-client.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> |