diff options
Diffstat (limited to 'hosts/vidhar/prometheus/default.nix')
| -rw-r--r-- | hosts/vidhar/prometheus/default.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix index 125fd568..69992115 100644 --- a/hosts/vidhar/prometheus/default.nix +++ b/hosts/vidhar/prometheus/default.nix | |||
| @@ -64,7 +64,7 @@ in { | |||
| 64 | systemd = { | 64 | systemd = { |
| 65 | enable = true; | 65 | enable = true; |
| 66 | extraFlags = [ | 66 | extraFlags = [ |
| 67 | "--systemd.collector.unit-include=(dhcpcd|pppd-telekom|corerad|ndppd)\.service" | 67 | "--systemd.collector.unit-include=(dhcpcd|pppd-telekom|radvd|ndppd)\.service" |
| 68 | "--systemd.collector.enable-restart-count" | 68 | "--systemd.collector.enable-restart-count" |
| 69 | "--systemd.collector.enable-ip-accounting" | 69 | "--systemd.collector.enable-ip-accounting" |
| 70 | ]; | 70 | ]; |
| @@ -170,13 +170,6 @@ in { | |||
| 170 | relabel_configs = relabelHosts; | 170 | relabel_configs = relabelHosts; |
| 171 | scrape_interval = "1s"; | 171 | scrape_interval = "1s"; |
| 172 | } | 172 | } |
| 173 | { job_name = "corerad"; | ||
| 174 | static_configs = [ | ||
| 175 | { targets = ["localhost:9430"]; } | ||
| 176 | ]; | ||
| 177 | relabel_configs = relabelHosts; | ||
| 178 | scrape_interval = "1s"; | ||
| 179 | } | ||
| 180 | { job_name = "nftables"; | 173 | { job_name = "nftables"; |
| 181 | static_configs = [ | 174 | static_configs = [ |
| 182 | { targets = ["localhost:9901"]; } | 175 | { targets = ["localhost:9901"]; } |
