Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: sdepassio <[email protected]>
  • Loading branch information
omercier and sdepassio authored Feb 20, 2025
1 parent 0348d44 commit a324b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloud/azure/network/vpngateway/mode/health.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Set resource group (required if resource's name is used).
=item B<--warning-status>
Define the conditions to match for the status to be WARNING (default: '').
You can use the following variables: %{status}, %{summary}.
You can use the following variables: C<%{status}>, C<%{summary}>.
=item B<--critical-status>
Define the conditions to match for the status to be CRITICAL (default: C<'%{status} =~ /^Unavailable$/'>).
You can use the following variables: %{status}, <%{summary}.
You can use the following variables: C<%{status}>, C<%{summary}>.
=item B<--unknown-status>
Expand Down

0 comments on commit a324b4c

Please sign in to comment.