mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
help(cyberoam-snmp): remove uppercase chars in options (#5425)
Refs: CTOR-102
This commit is contained in:
parent
0dae1d9460
commit
c6b31bce7d
@ -365,11 +365,11 @@ Thresholds.
|
||||
|
||||
Thresholds.
|
||||
|
||||
=item B<--warning-total-partiallyActive>
|
||||
=item B<--warning-total-partially-active>
|
||||
|
||||
Thresholds.
|
||||
|
||||
=item B<--critical-total-partiallyActive>
|
||||
=item B<--critical-total-partially-active>
|
||||
|
||||
Thresholds.
|
||||
|
||||
|
@ -38,3 +38,6 @@ vpn-status ${tc}
|
||||
... 10 --critical-status='' --warning-total=0 --critical-total=20 WARNING: VPN total: 4 | 'total'=4;0:0;0:20;0; 'total_inactive'=1;;;0; 'total_active'=3;;;0; 'total_partially_active'=0;;;0;
|
||||
... 11 --critical-status='' --warning-total-inactive=10 --critical-total-inactive=0 CRITICAL: VPN inactive: 1 | 'total'=4;;;0; 'total_inactive'=1;0:10;0:0;0; 'total_active'=3;;;0; 'total_partially_active'=0;;;0;
|
||||
... 12 --critical-status='' --warning-total-active=0 --critical-total-active=0 CRITICAL: VPN active: 3 | 'total'=4;;;0; 'total_inactive'=1;;;0; 'total_active'=3;0:0;0:0;0; 'total_partially_active'=0;;;0;
|
||||
... 13 --critical-status='0' --warning-total-partially-active=1:1 WARNING: VPN partially active: 0 | 'total'=4;;;0; 'total_inactive'=1;;;0; 'total_active'=3;;;0; 'total_partially_active'=0;1:1;;0;
|
||||
... 14 --critical-status='0' --critical-total-partially-active=1:1 CRITICAL: VPN partially active: 0 | 'total'=4;;;0; 'total_inactive'=1;;;0; 'total_active'=3;;;0; 'total_partially_active'=0;;1:1;0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user