tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus-unifi-exporter: make ordering more robust
Robin Gloster
8 years ago
ce7e2c06
e6b77e21
+1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
monitoring
prometheus
unifi-exporter.nix
+1
nixos/modules/services/monitoring/prometheus/unifi-exporter.nix
···
83
83
description = "Prometheus exporter for UniFi Controller metrics";
84
84
unitConfig.Documentation = "https://github.com/mdlayher/unifi_exporter";
85
85
wantedBy = [ "multi-user.target" ];
86
86
+
after = optional config.services.unifi.enable "unifi.service";
86
87
serviceConfig = {
87
88
User = "nobody";
88
89
Restart = "always";