Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Feb 6, 2025
1 parent f4b2573 commit 7793882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions src/apps/podman/restapi/mode/containerusage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@ Check container usage.
Container name.
=item B--warning-cpu-usage>
=item B<--warning-cpu-usage>
Threshold warning for CPU usage.
=item B--critical-cpu-usage>
=item B<--critical-cpu-usage>
Threshold critical for CPU usage.
=item B--warning-memory-usage>
=item B<--warning-memory-usage>
Threshold warning for memory usage.
=item B--critical-memory-usage>
=item B<--critical-memory-usage>
Threshold critical for memory usage.
Expand Down Expand Up @@ -234,13 +234,13 @@ Threshold critical for network out.
=item B<--warning-container-state>
Define the conditions to match for the state to be WARNING (default: '%{state} =~ /Paused/').
You can use the following variables: %{state}
Define the conditions to match for the state to be WARNING (default: C<'%{state} =~ /Paused/'>).
You can use the following variables: C<%{state}>
=item B<--critical-container-state>
Define the conditions to match for the state to be CRITICAL (default: '%{state} =~ /Exited/').
You can use the following variables: %{state}
Define the conditions to match for the state to be CRITICAL (default: C<'%{state} =~ /Exited/'>).
You can use the following variables: C<%{state}>
=back
Expand Down
8 changes: 4 additions & 4 deletions src/apps/podman/restapi/mode/podstatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ Threshold critical for paused containers.
=item B<--warning-state>
Define the conditions to match for the state to be WARNING (default: '%{state} =~ /Exited/').
You can use the following variables: %{state}
Define the conditions to match for the state to be WARNING (default: C<'%{state} =~ /Exited/'>).
You can use the following variables: C<%{state}>
=item B<--critical-state>
Define the conditions to match for the state to be CRITICAL (default: '%{state} =~ /Degraded/').
You can use the following variables: %{state}
Define the conditions to match for the state to be CRITICAL (default: C<'%{state} =~ /Degraded/'>).
You can use the following variables: C<%{state}>
=back
Expand Down

0 comments on commit 7793882

Please sign in to comment.