diff --git a/clusters/cl01tl/applications/homepage/values.yaml b/clusters/cl01tl/applications/homepage/values.yaml index f780e958c..4eceb6f6a 100644 --- a/clusters/cl01tl/applications/homepage/values.yaml +++ b/clusters/cl01tl/applications/homepage/values.yaml @@ -479,6 +479,12 @@ homepage: href: https://pikvm.alexlebens.net siteMonitor: https://pikvm.alexlebens.net statusStyle: dot + - Server Plug: + icon: sh-shelly.webp + description: Shelly + href: http://it05sp.alexlebens.net + siteMonitor: http://it05sp.alexlebens.net + statusStyle: dot - Storage: - Cluster Storage: icon: sh-ceph.webp diff --git a/clusters/cl01tl/monitoring/gatus/values.yaml b/clusters/cl01tl/monitoring/gatus/values.yaml index c173c3a64..f9fe654aa 100644 --- a/clusters/cl01tl/monitoring/gatus/values.yaml +++ b/clusters/cl01tl/monitoring/gatus/values.yaml @@ -230,6 +230,11 @@ gatus: insecure: true conditions: - "[CONNECTED] == true" + - name: shelly + url: http://it05sp.alexlebens.net + <<: *defaults + conditions: + - "[STATUS] == 200" - name: ceph url: https://ceph.alexlebens.net <<: *defaults