mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
fix help
This commit is contained in:
parent
233a8a00dc
commit
e7863c37b9
@ -478,30 +478,57 @@ sub vpn_list_connections {
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
__END__
|
__END__
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Amazon AWS
|
Amazon AWS
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
Amazon AWS
|
Amazon AWS
|
||||||
|
|
||||||
=head1 PAWS OPTIONS
|
=head1 PAWS OPTIONS
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
=item B<--aws-secret-key>
|
=item B<--aws-secret-key>
|
||||||
|
|
||||||
Set AWS secret key.
|
Set AWS secret key.
|
||||||
|
|
||||||
=item B<--aws-access-key>
|
=item B<--aws-access-key>
|
||||||
|
|
||||||
Set AWS access key.
|
Set AWS access key.
|
||||||
|
|
||||||
=item B<--region>
|
=item B<--region>
|
||||||
|
|
||||||
Set the region name (Required).
|
Set the region name (Required).
|
||||||
|
|
||||||
=item B<--period>
|
=item B<--period>
|
||||||
|
|
||||||
Set period in seconds.
|
Set period in seconds.
|
||||||
|
|
||||||
=item B<--timeframe>
|
=item B<--timeframe>
|
||||||
|
|
||||||
Set timeframe in seconds.
|
Set timeframe in seconds.
|
||||||
|
|
||||||
=item B<--statistic>
|
=item B<--statistic>
|
||||||
Set cloudwatch statistics (Can be: 'minimum', 'maximum', 'average', 'sum').
|
|
||||||
|
Set cloudwatch statistics
|
||||||
|
(Can be: 'minimum', 'maximum', 'average', 'sum').
|
||||||
|
|
||||||
=item B<--zeroed>
|
=item B<--zeroed>
|
||||||
|
|
||||||
Set metrics value to 0 if none. Usefull when CloudWatch
|
Set metrics value to 0 if none. Usefull when CloudWatch
|
||||||
does not return value when not defined.
|
does not return value when not defined.
|
||||||
|
|
||||||
=item B<--proxyurl>
|
=item B<--proxyurl>
|
||||||
|
|
||||||
Proxy URL if any
|
Proxy URL if any
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
B<custom>.
|
B<custom>.
|
||||||
|
|
||||||
=cut
|
=cut
|
Loading…
x
Reference in New Issue
Block a user