Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Le connecteur apporte les modèles de service suivants

| Alias | Modèle de service | Description | Découverte |
|:----------------|:--------------------------------------------|:-------------------------------------|:----------:|
| VCSA-Interfaces | Virt-VMWare8-VCSA-Interfaces-Restapi-custom | Vérifie l'état des interfaces réseau | X |
| VCSA-Services | Virt-VMWare8-VCSA-Services-Restapi-custom | Vérifie l'état des services | X |
| VCSA-Interfaces | Virt-VMWare8-VCSA-Interfaces-Restapi-custom | Vérifie l'état des interfaces réseau | X |
| VCSA-Services | Virt-VMWare8-VCSA-Services-Restapi-custom | Vérifie l'état des services | X |

> Les services listés ci-dessus ne sont pas créés automatiquement lorsqu'un modèle d'hôte est appliqué. Pour les utiliser, [créez un service manuellement](/docs/monitoring/basic-objects/services) et appliquez le modèle de service souhaité.

Expand All @@ -54,8 +54,8 @@ Le connecteur apporte les modèles de service suivants

| Nom de la règle | Description |
|:-----------------------------------------------|:--------------------------------------------------------------------------------------------------|
| Virt-VMWare8-VCSA-SNMP-Restapi-Interfaces-Name | Découvre les interfaces réseau en utilisant leur nom et supervise leur statut et leur utilisation |
| Virt-VMWare8-VCSA-SNMP-Restapi-Services-Id | Découvre les services en utilisant leur ID et supervise leur statut |
| Virt-VMWare8-VCSA-SNMP-Restapi-Interfaces-Name | Découvre les interfaces réseau en utilisant leur nom et supervise leur statut et leur utilisation |
| Virt-VMWare8-VCSA-SNMP-Restapi-Services-Id | Découvre les services en utilisant leur ID et supervise leur statut |

Rendez-vous sur la [documentation dédiée](/docs/monitoring/discovery/services-discovery)
pour en savoir plus sur la découverte automatique de services et sa [planification](/docs/monitoring/discovery/services-discovery/#règles-de-découverte).
Expand Down Expand Up @@ -428,8 +428,8 @@ Les options disponibles pour chaque modèle de services sont listées ci-dessous
| --filter-counters | Only display some counters (regexp can be used). Example to check SSL connections only : --filter-counters='^xxxx\|yyyy$' |
| --include-check | Regular expression to include health checks to monitor by their name. The list of supported health checks is: `applmgmt`, `database-storage`, `load`, `mem`, `software-packages`, `storage`, `swap`, `system`. |
| --exclude-check | Regular expression to exclude health checks to monitor by their name. The list of supported health checks is: `applmgmt`, `database-storage`, `load`, `mem`, `software-packages`, `storage`, `swap`, `system`. |
| --warning-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{state\} ne "green"` Color can be: =item - B\<green\>: Good. All components are healthy. =item - B\<yellow\>: Warning. One or more components might become overloaded soon. View the details in the Health Messages pane. =item - B\<orange\>: Alert. One or more components might be degraded. Non-security patches might be available. View the details in the Health Messages pane. =item - B\<red\>: Critical. One or more components might be in an unusable status and vCenter Server might become unresponsive soon. Security patches might be available. View the details in the Health Messages pane. =item - B\<gray\>: Unknown. No data is available. =back |
| --critical-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{state\} eq "red"` Status colors are detailed in `--warning-status` option. |
| --warning-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{color\} ne "green"` Color can be: =item - B\<green\>: Good. All components are healthy. =item - B\<yellow\>: Warning. One or more components might become overloaded soon. View the details in the Health Messages pane. =item - B\<orange\>: Alert. One or more components might be degraded. Non-security patches might be available. View the details in the Health Messages pane. =item - B\<red\>: Critical. One or more components might be in an unusable status and vCenter Server might become unresponsive soon. Security patches might be available. View the details in the Health Messages pane. =item - B\<gray\>: Unknown. No data is available. =back |
| --critical-status | Define the condition to match for the status to be CRITICAL. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{color\} eq "red"` Status colors are detailed in `--warning-status` option. |

</TabItem>
<TabItem value="VCSA-Interfaces" label="VCSA-Interfaces">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ All available options for each service template are listed below:
| --filter-counters | Only display some counters (regexp can be used). Example to check SSL connections only : --filter-counters='^xxxx\|yyyy$' |
| --include-check | Regular expression to include health checks to monitor by their name. The list of supported health checks is: `applmgmt`, `database-storage`, `load`, `mem`, `software-packages`, `storage`, `swap`, `system`. |
| --exclude-check | Regular expression to exclude health checks to monitor by their name. The list of supported health checks is: `applmgmt`, `database-storage`, `load`, `mem`, `software-packages`, `storage`, `swap`, `system`. |
| --warning-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{state\} ne "green"` Color can be: =item - B\<green\>: Good. All components are healthy. =item - B\<yellow\>: Warning. One or more components might become overloaded soon. View the details in the Health Messages pane. =item - B\<orange\>: Alert. One or more components might be degraded. Non-security patches might be available. View the details in the Health Messages pane. =item - B\<red\>: Critical. One or more components might be in an unusable status and vCenter Server might become unresponsive soon. Security patches might be available. View the details in the Health Messages pane. =item - B\<gray\>: Unknown. No data is available. =back |
| --critical-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{state\} eq "red"` Status colors are detailed in `--warning-status` option. |
| --warning-status | Define the condition to match for the status to be WARNING. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{color\} ne "green"` Color can be: =item - B\<green\>: Good. All components are healthy. =item - B\<yellow\>: Warning. One or more components might become overloaded soon. View the details in the Health Messages pane. =item - B\<orange\>: Alert. One or more components might be degraded. Non-security patches might be available. View the details in the Health Messages pane. =item - B\<red\>: Critical. One or more components might be in an unusable status and vCenter Server might become unresponsive soon. Security patches might be available. View the details in the Health Messages pane. =item - B\<gray\>: Unknown. No data is available. =back |
| --critical-status | Define the condition to match for the status to be CRITICAL. Available macros: `%(color)` and `%(health\_check)`. Default: `%\{color\} eq "red"` Status colors are detailed in `--warning-status` option. |

</TabItem>
<TabItem value="VCSA-Interfaces" label="VCSA-Interfaces">
Expand Down
Loading