From d9b54469f2f2772c878ad0b1babde8c9bdf51d0c Mon Sep 17 00:00:00 2001 From: Galileo77 Date: Thu, 16 Sep 2021 18:07:25 +0200 Subject: [PATCH] Add Mouseover Mini Graphs that makes sense for PDU (#13246) --- includes/definitions/liebert.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/definitions/liebert.yaml b/includes/definitions/liebert.yaml index 1af89ea8a3..5ca99aa69c 100644 --- a/includes/definitions/liebert.yaml +++ b/includes/definitions/liebert.yaml @@ -9,3 +9,7 @@ discovery: - sysObjectID: - .1.3.6.1.4.1.476.1.42 +over: + - { graph: device_power, text: 'Power' } + - { graph: device_current, text: 'Current' } + - { graph: device_voltage, text: 'Voltage' }