From 2703d1ff8a5cc6c2ce316c6f8df0e2442d303c99 Mon Sep 17 00:00:00 2001 From: UrBnW <40244829+UrBnW@users.noreply.github.com> Date: Fri, 6 Nov 2020 15:57:37 +0100 Subject: [PATCH] enh(compellent) add some standard modes (#2328) --- centreon-plugins/storage/dell/compellent/snmp/plugin.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centreon-plugins/storage/dell/compellent/snmp/plugin.pm b/centreon-plugins/storage/dell/compellent/snmp/plugin.pm index e6284de63..11537f2ec 100644 --- a/centreon-plugins/storage/dell/compellent/snmp/plugin.pm +++ b/centreon-plugins/storage/dell/compellent/snmp/plugin.pm @@ -34,6 +34,8 @@ sub new { 'hardware' => 'storage::dell::compellent::snmp::mode::hardware', 'interfaces' => 'snmp_standard::mode::interfaces', 'list-interfaces' => 'snmp_standard::mode::listinterfaces', + 'time' => 'snmp_standard::mode::ntp', + 'uptime' => 'snmp_standard::mode::uptime' ); return $self;