+1
nixos/modules/services/monitoring/prometheus/exporters.nix
+1
nixos/modules/services/monitoring/prometheus/exporters.nix
+72
nixos/modules/services/monitoring/prometheus/exporters/junos-czerwonk.nix
+72
nixos/modules/services/monitoring/prometheus/exporters/junos-czerwonk.nix
···+configFile = if cfg.configuration != null then configurationFile else (escapeShellArg cfg.configurationFile);+configurationFile = pkgs.writeText "prometheus-junos-czerwonk-exporter.conf" (builtins.toJSON (cfg.configuration));+JunOS exporter configuration as nix attribute set. Mutually exclusive with the `configurationFile` option.
+22
pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
+22
pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
···
+1
pkgs/top-level/all-packages.nix
+1
pkgs/top-level/all-packages.nix
···prometheus-jitsi-exporter = callPackage ../servers/monitoring/prometheus/jitsi-exporter.nix { };prometheus-jmx-httpserver = callPackage ../servers/monitoring/prometheus/jmx-httpserver.nix { };prometheus-json-exporter = callPackage ../servers/monitoring/prometheus/json-exporter.nix { };+prometheus-junos-czerwonk-exporter = callPackage ../servers/monitoring/prometheus/junos-czerwonk-exporter.nix { };prometheus-kea-exporter = callPackage ../servers/monitoring/prometheus/kea-exporter.nix { };prometheus-keylight-exporter = callPackage ../servers/monitoring/prometheus/keylight-exporter.nix { };