diff --git a/hosts/unstable/hosea/default.nix b/hosts/unstable/hosea/default.nix index a03413f..853b456 100644 --- a/hosts/unstable/hosea/default.nix +++ b/hosts/unstable/hosea/default.nix @@ -123,6 +123,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