From a449d8d1ad0d44d45f09d0a1da109be18b392d8e Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut Date: Mon, 6 Jan 2025 11:30:55 +0100 Subject: [PATCH] Add options missing in hardware mode help section --- src/storage/netapp/ontap/restapi/mode/hardware.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/storage/netapp/ontap/restapi/mode/hardware.pm b/src/storage/netapp/ontap/restapi/mode/hardware.pm index 8ec064039..7af72fb35 100644 --- a/src/storage/netapp/ontap/restapi/mode/hardware.pm +++ b/src/storage/netapp/ontap/restapi/mode/hardware.pm @@ -112,6 +112,14 @@ Define the expected status if no components are found (default: critical). Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp). Example: --threshold-overload='fru,OK,error' +=item B<--warning-count-*> + +Define the warning threshold for the number of components of one type (replace '*' with the component type). + +=item B<--critical-count-*> + +Define the critical threshold for the number of components of one type (replace '*' with the component type). + =back =cut