mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
+ fix alcatel oxe pbx-role typo
This commit is contained in:
parent
24d51bd987
commit
b95b27cccb
@ -129,7 +129,7 @@ Check PBX Role.
|
|||||||
|
|
||||||
Set to overload default threshold values (syntax: section,status,regexp)
|
Set to overload default threshold values (syntax: section,status,regexp)
|
||||||
It used before default thresholds (order stays).
|
It used before default thresholds (order stays).
|
||||||
Example: --threshold-overload='state,CRITICAL,^(?!(normal)$)'
|
Example: --threshold-overload='state,CRITICAL,^(?!(main)$)'
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ sub new {
|
|||||||
'domain-usage' => 'network::alcatel::oxe::snmp::mode::domainusage',
|
'domain-usage' => 'network::alcatel::oxe::snmp::mode::domainusage',
|
||||||
'memory' => 'snmp_standard::mode::memory',
|
'memory' => 'snmp_standard::mode::memory',
|
||||||
'pbx-state' => 'network::alcatel::oxe::snmp::mode::pbxstate',
|
'pbx-state' => 'network::alcatel::oxe::snmp::mode::pbxstate',
|
||||||
'pbx-role' => 'network::alcatel::oxe::snmp::mode::pbxrole',
|
'pbx-role' => 'network::alcatel::oxe::snmp::mode::pbxrole',
|
||||||
'storage' => 'snmp_standard::mode::storage',
|
'storage' => 'snmp_standard::mode::storage',
|
||||||
'swap' => 'snmp_standard::mode::swap',
|
'swap' => 'snmp_standard::mode::swap',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user