From a38bd4d363a259aeddbd97506e143a67f6adaa12 Mon Sep 17 00:00:00 2001 From: fabriciotm Date: Tue, 27 Feb 2024 14:47:52 -0300 Subject: [PATCH] Changed the mouse-over graphs to temperature and humidity (#15851) * Changed the mouse-over graphs to temperature and humidity --- includes/definitions/geist-watchdog.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/definitions/geist-watchdog.yaml b/includes/definitions/geist-watchdog.yaml index 6622b382ff..b044f4e35d 100644 --- a/includes/definitions/geist-watchdog.yaml +++ b/includes/definitions/geist-watchdog.yaml @@ -14,4 +14,5 @@ discovery: - RCM-O mib_dir: geist over: - - { graph: device_bits, text: 'Device Traffic' } + - { graph: device_temperature, text: 'Temperature' } + - { graph: device_humidity, text: 'Humidity' }