diff --git a/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm b/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm index fd486f587..99824eca7 100644 --- a/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm +++ b/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm @@ -229,11 +229,12 @@ Critical threshold on last update (seconds) =item B<--warning-status> -Specify admin and peer state that trigger a warning +Specify admin and peer state that trigger a warning. Can use %{adminstate} and %{peerstate} +e.g --warning-status "%{adminstate} =~ /stop" =item B<--critical-status> -Specify admin and peer state that trigger a critical +Specify admin and peer state that trigger a critical. Can use %{adminstate} and %{peerstate} =back