mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
+ Fix #574
This commit is contained in:
parent
613499d0d5
commit
177e752b1b
@ -83,7 +83,7 @@ sub set_system {
|
||||
'slot', 'fru', 'storagectrl', 'storagebattery', 'pdisk', 'vdisk'];
|
||||
|
||||
$self->{regexp_threshold_overload_check_section_option} =
|
||||
'^(' . join('|', @{$self->{components_module}}). ')$';
|
||||
'^(?:' . join('|', @{$self->{components_module}}). ')\.(?:status|state)$';
|
||||
}
|
||||
|
||||
sub snmp_execute {
|
||||
|
Loading…
x
Reference in New Issue
Block a user