From 720058f96bf154b028c43ffb9225b14b4b21ab8a Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 22 Feb 2019 16:10:44 +0100 Subject: [PATCH] Fix #1398 --- centreon-plugins/apps/vmware/connector/mode/datastoreusage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/apps/vmware/connector/mode/datastoreusage.pm b/centreon-plugins/apps/vmware/connector/mode/datastoreusage.pm index ba9d3b02b..7f6312e45 100644 --- a/centreon-plugins/apps/vmware/connector/mode/datastoreusage.pm +++ b/centreon-plugins/apps/vmware/connector/mode/datastoreusage.pm @@ -278,12 +278,12 @@ Can used special variables like: %{accessible} =item B<--warning-*> Threshold warning. -Can be: 'total', 'snapshot'. +Can be: 'usage', 'provisioned'. =item B<--critical-*> Threshold critical. -Can be: 'total', 'snapshot'. +Can be: 'usage', 'provisioned'. =back