Skip to content

Commit

Permalink
Update applications-podman-restapi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucie-dubrunfaut authored Feb 7, 2025
1 parent 0f421fd commit 9ba713e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ yum install centreon-plugin-Applications-Podman-Restapi
| CRITICALNETWORKOUT | Critical threshold for network out | | |
| WARNINGREADIO | Warning threshold for read IO | | |
| CRITICALREADIO | Critical threshold for read IO | | |
| WARNINGSTATE | Define the conditions to match for the state to be WARNING. You can use the following variables: C<\%{state}> | %\{state\} =~ /Paused/ | |
| CRITICALSTATE | Define the conditions to match for the state to be CRITICAL. You can use the following variables: C<\%{state}> | %\{state\} =~ /Exited/ | |
| WARNINGSTATE | Define the conditions to match for the state to be WARNING. You can use the following variables: %\{state} | %\{state\} =~ /Paused/ | |
| CRITICALSTATE | Define the conditions to match for the state to be CRITICAL. You can use the following variables: %\{state} | %\{state\} =~ /Exited/ | |
| WARNINGWRITEIO | Warning threshold for write IO | | |
| CRITICALWRITEIO | Critical threshold for write IO | | |
| EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées [ici](#options-disponibles). | --verbose | |
Expand Down Expand Up @@ -308,8 +308,8 @@ telle que celle-ci (remplacez les valeurs d'exemple par les vôtres) :
--critical-stopped-containers='' \
--warning-paused-containers='' \
--critical-paused-containers='' \
--warning-state='\%{state} =~ /Exited/' \
--critical-state='\%{state} =~ /Degraded/' \
--warning-state='%{state} =~ /Exited/' \
--critical-state='%{state} =~ /Degraded/' \
--verbose
```

Expand Down

0 comments on commit 9ba713e

Please sign in to comment.