mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enh(gude/snmp): add pdu gude series (#3269)
This commit is contained in:
parent
1ba2f42912
commit
cc5912bc83
@ -29,9 +29,18 @@ our @EXPORT_OK = qw(find_gude_version);
|
||||
|
||||
my $regexp_gude_branch = {
|
||||
'1104' => '.1.3.6.1.4.1.28507.68',
|
||||
'1105' => '.1.3.6.1.4.1.28507.69',
|
||||
'1202' => '.1.3.6.1.4.1.28507.43',
|
||||
'8021' => '.1.3.6.1.4.1.28507.77',
|
||||
'8025' => '.1.3.6.1.4.1.28507.79',
|
||||
'8031' => '.1.3.6.1.4.1.28507.81',
|
||||
'8035' => '.1.3.6.1.4.1.28507.83',
|
||||
'8041' => '.1.3.6.1.4.1.28507.85',
|
||||
'8045' => '.1.3.6.1.4.1.28507.87',
|
||||
'8101' => '.1.3.6.1.4.1.28507.89',
|
||||
'8221' => '.1.3.6.1.4.1.28507.56',
|
||||
'8226' => '.1.3.6.1.4.1.28507.58'
|
||||
'8226' => '.1.3.6.1.4.1.28507.58',
|
||||
'8316' => '.1.3.6.1.4.1.28507.64'
|
||||
};
|
||||
|
||||
sub find_gude_branch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user