diff --git a/modules/nixos/services/grafana.nix b/modules/nixos/services/grafana.nix index 8e17712..adb1321 100644 --- a/modules/nixos/services/grafana.nix +++ b/modules/nixos/services/grafana.nix @@ -885,6 +885,28 @@ in } ]; } + { + matcher = { + id = "byName"; + options = "localhost:8086"; + }; + properties = [ + { + id = "displayName"; + value = "InfluxDB"; + } + { + id = "links"; + value = [ + { + targetBlank = true; + title = ""; + url = "https://${config.hostnames.influxdb}"; + } + ]; + } + ]; + } { matcher = { id = "byName"; @@ -929,6 +951,28 @@ in } ]; } + { + matcher = { + id = "byName"; + options = "localhost:9000"; + }; + properties = [ + { + id = "displayName"; + value = "The Lounge"; + } + { + id = "links"; + value = [ + { + targetBlank = true; + title = ""; + url = "https://${config.hostnames.irc}"; + } + ]; + } + ]; + } { matcher = { id = "byName";