diff --git a/hosts/unstable/hosea/default.nix b/hosts/unstable/hosea/default.nix index d5f707d..fc254f8 100644 --- a/hosts/unstable/hosea/default.nix +++ b/hosts/unstable/hosea/default.nix @@ -122,6 +122,7 @@ in { name = "Prometheus"; type = "prometheus"; + uid = "prometheus"; url = "https://prometheus.shire-zebra.ts.net"; isDefault = true; editable = false; diff --git a/manifests/monitoring/unpoller.yaml b/manifests/monitoring/unpoller.yaml index 7603fc5..e423953 100644 --- a/manifests/monitoring/unpoller.yaml +++ b/manifests/monitoring/unpoller.yaml @@ -50,7 +50,7 @@ spec: containerPort: 9130 env: - name: UP_UNIFI_DEFAULT_URL - value: "https://10.42.1.1:8443" + value: "https://10.42.1.1" - name: UP_UNIFI_DEFAULT_VERIFY_SSL value: "false" - name: UP_UNIFI_DEFAULT_USER