Skip to content

Commit

Permalink
fix zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 10, 2024
1 parent a0e7a96 commit 938f33c
Show file tree
Hide file tree
Showing 24 changed files with 187 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,15 @@ yum install centreon-plugin-Applications-Commvault-Commserve-Restapi
|:---------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------|:-----------:|
| FILTERMEDIAAGENTID | Filter media agents by ID (can be a regexp) | | |
| FILTERMEDIAAGENTNAME | Filter media agents by name (can be a regexp) | | |
| UNKNOWNSTATUS | Define the conditions to match for the status to be UNKNOWN. You can use the following variables: %%\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} | | |
| UNKNOWNSTATUS | Define the conditions to match for the status to be UNKNOWN. You can use the following variables: %%\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} | | |
| WARNINGMEDIAAGENTSOFFLINE | Threshold | | |
| CRITICALMEDIAAGENTSOFFLINE | Threshold | | |
| WARNINGMEDIAAGENTSONLINE | Threshold | | |
| CRITICALMEDIAAGENTSONLINE | Threshold | | |
| WARNINGMEDIAAGENTSTOTAL | Threshold | | |
| CRITICALMEDIAAGENTSTOTAL | Threshold | | |
| CRITICALSTATUS | Define the conditions to match for the status to be CRITICAL. You can use the following variables: %\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} | %{is\_maintenance} eq "no" and %\{status\} eq "offline" | |
| WARNINGSTATUS | Define the conditions to match for the status to be WARNING. You can use the following variables: %\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} | | |
| CRITICALSTATUS | Define the conditions to match for the status to be CRITICAL. You can use the following variables: %\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} | %\{is_maintenance\} eq "no" and %\{status\} eq "offline" | |
| WARNINGSTATUS | Define the conditions to match for the status to be WARNING. You can use the following variables: %\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} | | |
| 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 | |

</TabItem>
Expand Down Expand Up @@ -312,7 +312,7 @@ telle que celle-ci (remplacez les valeurs d'exemple par les vôtres) :
--proto='https' \
--filter-name='' \
--warning-status='' \
--critical-status='%{status} !~ /online/i' \
--critical-status='%\{status\} !~ /online/i' \
--warning-usage='' \
--critical-usage='' \
--warning-usage-free='' \
Expand Down Expand Up @@ -444,8 +444,8 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
|:--------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --filter-alert-name | Filter alerts by name (can be a regexp). |
| --filter-alert-type | Filter alerts by type (can be a regexp). |
| --warning-status | Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warning/') You can use the following variables: %\{severity\}, %\{status\}, %\{type\}, %\{name\}, %\{since\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical/'). You can use the following variables: %\{severity\}, %\{status\}, %\{type\}, %\{name\}, %\{since\} |
| --warning-status | Define the conditions to match for the status to be WARNING (default: '%\{severity\} =~ /warning/') You can use the following variables: %\{severity\}, %\{status\}, %\{type\}, %\{name\}, %\{since\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%\{severity\} =~ /critical/'). You can use the following variables: %\{severity\}, %\{status\}, %\{type\}, %\{name\}, %\{since\} |
| --memory | Only check new alerts. |

</TabItem>
Expand All @@ -459,8 +459,8 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
| --filter-client-name | Filter jobs by client name (can be a regexp). |
| --filter-client-group | Filter jobs by client groups (can be a regexp). |
| --timeframe | Set timeframe in seconds (E.g '3600' to check last 60 minutes). |
| --warning-status | Define the conditions to match for the status to be WARNING (default: '%{status} =~ /abnormal/i') You can use the following variables: %\{display\}, %\{status\}, %\{type\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /errors\|failed/i'). You can use the following variables: %\{display\}, %\{status\}, %\{type\} |
| --warning-status | Define the conditions to match for the status to be WARNING (default: '%\{status\} =~ /abnormal/i') You can use the following variables: %\{display\}, %\{status\}, %\{type\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%\{status\} =~ /errors\|failed/i'). You can use the following variables: %\{display\}, %\{status\}, %\{type\} |
| --warning-long | Set warning threshold for long jobs. You can use the following variables: %\{display\}, %\{status\}, %\{elapsed\}, %\{type\} |
| --critical-long | Set critical threshold for long jobs. You can use the following variables: %\{display\}, %\{status\}, %\{elapsed\}, %\{type\} |
| --warning-* --critical-* | Thresholds. Can be: 'jobs-total'. |
Expand All @@ -472,9 +472,9 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
|:--------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --filter-media-agent-id | Filter media agents by ID (can be a regexp). |
| --filter-media-agent-name | Filter media agents by name (can be a regexp). |
| --unknown-status | Define the conditions to match for the status to be UNKNOWN. You can use the following variables: %%\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} |
| --warning-status | Define the conditions to match for the status to be WARNING. You can use the following variables: %\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%{is\_maintenance} eq "no" and %\{status\} eq "offline"'). You can use the following variables: %\{status\}, %{is\_maintenance}, %{offline\_reason}, %\{name\} |
| --unknown-status | Define the conditions to match for the status to be UNKNOWN. You can use the following variables: %%\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} |
| --warning-status | Define the conditions to match for the status to be WARNING. You can use the following variables: %\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%\{is_maintenance\} eq "no" and %\{status\} eq "offline"'). You can use the following variables: %\{status\}, %\{is_maintenance\}, %\{offline_reason\}, %\{name\} |
| --warning-* --critical-* | Thresholds. Can be: 'media-agents-total', 'media-agents-online', 'media-agents-offline'. |

</TabItem>
Expand All @@ -486,7 +486,7 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
| --filter-name | Filter storage pools by name (can be a regexp). |
| --unknown-status | Define the conditions to match for the status to be UNKNOWN. You can use the following variables: %\{status\}, %\{display\} |
| --warning-status | Define the conditions to match for the status to be WARNING. You can use the following variables: %\{status\}, %\{display\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /online/i'). You can use the following variables: %\{status\}, %\{display\} |
| --critical-status | Define the conditions to match for the status to be CRITICAL (default: '%\{status\} !~ /online/i'). You can use the following variables: %\{status\}, %\{display\} |
| --warning-* --critical-* | Thresholds. Can be: 'usage' (B), 'usage-free' (B), 'usage-prct' (%). |

</TabItem>
Expand Down
Loading

0 comments on commit 938f33c

Please sign in to comment.