Skip to content

Commit

Permalink
Merge branch 'staging' into MON-15210-remove-map-legacy-from-24-10
Browse files Browse the repository at this point in the history
  • Loading branch information
smau-centreon authored Oct 22, 2024
2 parents 6153c33 + c341193 commit 17acb9d
Show file tree
Hide file tree
Showing 25 changed files with 10,507 additions and 1,141 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Voici le tableau des services pour ce connecteur, détaillant les métriques rat

### Configuration SNMP

Pour utiliser ce connecteur de supervision, le service SNMP doit être démarré et configuré sur le serveur **WD NAS**. Veuillez vous référer à la documentation officielle du fabricant/éditeur.
L'agent SNMP doit être activé et configuré sur l'équipement. Veuillez vous référer à la documentation officielle du constructeur/éditeur.

### Flux réseau

Expand Down Expand Up @@ -216,12 +216,12 @@ yum install centreon-plugin-Hardware-Storage-Wd-Nas-Snmp

| Macro | Description | Valeur par défaut | Obligatoire |
|:--------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|:------------------|:-----------:|
| WARNINGDRIVETEMPERATURE | Thresholds | | |
| CRITICALDRIVETEMPERATURE | Thresholds | | |
| WARNINGDRIVETEMPERATURE | Warning threshold for 'drive-temperature' | | |
| CRITICALDRIVETEMPERATURE | Critical threshold for 'drive-temperature' | | |
| WARNINGFANSTATUS | Define the conditions to match for the status to be WARNING (default : '%{status} ne "running"'). You can use the following variables: %{status} | | |
| CRITICALFANSTATUS | Define the conditions to match for the status to be CRITICAL. You can use the following variables: %{status} | | |
| WARNINGSYSTEMTEMPERATURE | Thresholds | | |
| CRITICALSYSTEMTEMPERATURE | Thresholds | | |
| WARNINGSYSTEMTEMPERATURE | Warning threshold for 'system-temperature' | | |
| CRITICALSYSTEMTEMPERATURE | Critical threshold for 'system-temperature' | | |
| 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 All @@ -230,12 +230,12 @@ yum install centreon-plugin-Hardware-Storage-Wd-Nas-Snmp
| Macro | Description | Valeur par défaut | Obligatoire |
|:-----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|:------------------|:-----------:|
| FILTERNAME | Filter volumes by name (can be a regexp) | | |
| WARNINGSPACEUSAGE | Thresholds | | |
| CRITICALSPACEUSAGE | Thresholds | | |
| WARNINGSPACEUSAGEFREE | Thresholds | | |
| CRITICALSPACEUSAGEFREE | Thresholds | | |
| WARNINGSPACEUSAGEPRCT | Thresholds | | |
| CRITICALSPACEUSAGEPRCT | Thresholds | | |
| WARNINGSPACEUSAGE | Warning threshold for 'space-usage' | | |
| CRITICALSPACEUSAGE | Critical threshold for 'space-usage' | | |
| WARNINGSPACEUSAGEFREE | Warning threshold for 'space-usage-free' | | |
| CRITICALSPACEUSAGEFREE | Critical threshold for 'space-usage-free' | | |
| WARNINGSPACEUSAGEPRCT | Warning threshold for 'space-usage-prct' | | |
| CRITICALSPACEUSAGEPRCT | Critical threshold for 'space-usage-prct' | | |
| 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
Loading

0 comments on commit 17acb9d

Please sign in to comment.