diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:46:11 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:50:30 +0200 |
| commit | 17e0bdf3c03244bc52be034b5937ca3b7c079831 (patch) | |
| tree | 8b614cc78ade66ba7216443ff94760df282889f6 /modules/by-name/mo/monitoring/components/scrutiny.nix | |
| parent | modules/monitoring/scrutiny: Don't expose web-service (diff) | |
| download | nixos-server-17e0bdf3c03244bc52be034b5937ca3b7c079831.zip | |
modules/monitoring/{scrutiny,prometheus}: Remove netdata
The metrics generated here are more-or less similar to the node
exporter. I don't see why we would need to run both.
And netdata is even more pro-“AI” so I would like to not-depend on it.
Diffstat (limited to 'modules/by-name/mo/monitoring/components/scrutiny.nix')
| -rw-r--r-- | modules/by-name/mo/monitoring/components/scrutiny.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/by-name/mo/monitoring/components/scrutiny.nix b/modules/by-name/mo/monitoring/components/scrutiny.nix index 000efac..ad7fc10 100644 --- a/modules/by-name/mo/monitoring/components/scrutiny.nix +++ b/modules/by-name/mo/monitoring/components/scrutiny.nix @@ -70,18 +70,6 @@ in { enable = true; }; }; - netdata = { - enable = true; - config = { - # web.mode = "none"; - # web."bind to" = "127.0.0.1:19999"; - global = { - "debug log" = "syslog"; - "access log" = "syslog"; - "error log" = "syslog"; - }; - }; - }; prometheus = { exporters.smartctl = { enable = true; |
