From 4dcee2dee9ef577dd4fb48d9fd2b99810901b518 Mon Sep 17 00:00:00 2001 From: thibaults-centreon Date: Fri, 10 Apr 2020 14:38:32 +0200 Subject: [PATCH] fix help --- centreon-plugins/cloud/aws/custom/paws.pm | 29 ++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/aws/custom/paws.pm b/centreon-plugins/cloud/aws/custom/paws.pm index 23b06c1d0..cc899ba34 100644 --- a/centreon-plugins/cloud/aws/custom/paws.pm +++ b/centreon-plugins/cloud/aws/custom/paws.pm @@ -478,30 +478,57 @@ sub vpn_list_connections { 1; __END__ + =head1 NAME + Amazon AWS + =head1 SYNOPSIS + Amazon AWS + =head1 PAWS OPTIONS + =over 8 + =item B<--aws-secret-key> + Set AWS secret key. + =item B<--aws-access-key> + Set AWS access key. + =item B<--region> + Set the region name (Required). + =item B<--period> + Set period in seconds. + =item B<--timeframe> + Set timeframe in seconds. + =item B<--statistic> -Set cloudwatch statistics (Can be: 'minimum', 'maximum', 'average', 'sum'). + +Set cloudwatch statistics +(Can be: 'minimum', 'maximum', 'average', 'sum'). + =item B<--zeroed> + Set metrics value to 0 if none. Usefull when CloudWatch does not return value when not defined. + =item B<--proxyurl> + Proxy URL if any + =back + =head1 DESCRIPTION + B. + =cut \ No newline at end of file