mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix(cisco-wlc): fixed wrong unit for roundtrip time for radius auth servers (#5277)
Co-authored-by: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Refs: CTOR-779
This commit is contained in:
parent
790c96d3ac
commit
4bf196969c
@ -52,11 +52,11 @@ sub set_counters {
|
|||||||
];
|
];
|
||||||
|
|
||||||
$self->{maps_counters}->{servers} = [
|
$self->{maps_counters}->{servers} = [
|
||||||
{ label => 'authserver-roundtrip-time', nlabel => 'radius.authserver.roundtrip.time.milliseconds', set => {
|
{ label => 'authserver-roundtrip-time', nlabel => 'radius.authserver.roundtrip.time.microseconds', set => {
|
||||||
key_values => [ { name => 'round_trip_time' }, { name => 'name' } ],
|
key_values => [ { name => 'round_trip_time' }, { name => 'name' } ],
|
||||||
output_template => 'round trip time: %s ms',
|
output_template => 'round trip time: %s µs',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ template => '%s', min => 0, unit => 'ms', label_extra_instance => 1, instance_use => 'name' }
|
{ template => '%s', min => 0, unit => 'µs', label_extra_instance => 1, instance_use => 'name' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -187,11 +187,46 @@ Example: --filter-counters='^total$'
|
|||||||
|
|
||||||
Filter radius servers by name (can be a regexp).
|
Filter radius servers by name (can be a regexp).
|
||||||
|
|
||||||
=item B<--warning-*> B<--critical-*>
|
=item B<--warning-authservers-total>
|
||||||
|
|
||||||
Thresholds.
|
Thresholds.
|
||||||
Can be: 'authservers-total', 'authserver-roundtrip-time', 'authserver-packets-access-requests',
|
|
||||||
'authserver-packets-access-accepts', 'authserver-clients-timeout'.
|
=item B<--critical-authservers-total>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--warning-authserver-roundtrip-time>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-authserver-roundtrip-time>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--warning-authserver-packets-access-requests>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-authserver-packets-access-requests>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--warning-authserver-packets-access-accepts>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-authserver-packets-access-accepts>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--warning-authserver-clients-timeout>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
=item B<--critical-authserver-clients-timeout>
|
||||||
|
|
||||||
|
Thresholds.
|
||||||
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check cpu table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check cpu table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check disk-usage table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check diskio table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check inodes table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check the list-diskio mode
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check list-diskspath table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check list-interfaces table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check list-processes table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check list-storages table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check memory table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Network table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check processcount table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check storage table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check swap table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check uptime table
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ Documentation Check Windows operating systems in SNMP.
|
|||||||
|
|
||||||
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
Resource ${CURDIR}${/}..${/}..${/}..${/}resources/import.resource
|
||||||
|
|
||||||
|
Suite Setup Ctn Generic Suite Setup
|
||||||
Test Timeout 120s
|
Test Timeout 120s
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ ${PERCENT} %
|
|||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
Start Mockoon
|
Start Mockoon
|
||||||
[Arguments] ${MOCKOON_JSON}
|
[Arguments] ${MOCKOON_JSON}
|
||||||
|
Ctn Generic Suite Setup
|
||||||
${process} Start Process
|
${process} Start Process
|
||||||
... mockoon-cli
|
... mockoon-cli
|
||||||
... start
|
... start
|
||||||
@ -30,6 +31,13 @@ Start Mockoon
|
|||||||
Stop Mockoon
|
Stop Mockoon
|
||||||
Terminate All Processes
|
Terminate All Processes
|
||||||
|
|
||||||
|
Ctn Cleanup Cache
|
||||||
|
Remove File ${/}var${/}lib${/}centreon${/}centplugins${/}*
|
||||||
|
Remove File ${/}dev${/}shm${/}*
|
||||||
|
|
||||||
|
Ctn Generic Suite Setup
|
||||||
|
Ctn Cleanup Cache
|
||||||
|
|
||||||
Ctn Run Command And Check Result As Strings
|
Ctn Run Command And Check Result As Strings
|
||||||
[Arguments] ${command} ${expected_result}
|
[Arguments] ${command} ${expected_result}
|
||||||
${output} Run ${command}
|
${output} Run ${command}
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
2c
|
2c
|
||||||
|
--warning-authservers-total
|
||||||
|
--critical-authservers-total
|
||||||
|
--warning-authserver-roundtrip-time
|
||||||
|
--critical-authserver-roundtrip-time
|
||||||
|
--warning-authserver-packets-access-requests
|
||||||
|
--critical-authserver-packets-access-requests
|
||||||
|
--warning-authserver-packets-access-accepts
|
||||||
|
--critical-authserver-packets-access-accepts
|
||||||
|
--warning-authserver-clients-timeout
|
||||||
|
--critical-authserver-clients-timeout
|
||||||
3COM
|
3COM
|
||||||
3CX
|
3CX
|
||||||
--3cx-version
|
--3cx-version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user