mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
(plugin) apps::monitoring::netdata::restapi - help get-charts (#3505)
This commit is contained in:
parent
36de9af578
commit
84ae94c6d8
@ -84,10 +84,10 @@ sub new {
|
|||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$options{options}->add_options(arguments => {
|
$options{options}->add_options(arguments => {
|
||||||
'chart-name:s' => { name => 'chart_name' },
|
'chart-name:s' => { name => 'chart_name' },
|
||||||
'chart-period:s' => { name => 'chart_period', default => '300' },
|
'chart-period:s' => { name => 'chart_period', default => '300' },
|
||||||
'chart-statistics:s' => { name => 'chart_statistics', default => 'average' },
|
'chart-statistics:s' => { name => 'chart_statistics', default => 'average' },
|
||||||
'filter-metric:s' => { name => 'filter_metric' }
|
'filter-metric:s' => { name => 'filter_metric' }
|
||||||
});
|
});
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
@ -169,7 +169,7 @@ This option is mandatory
|
|||||||
The period in seconds on which the values are calculated
|
The period in seconds on which the values are calculated
|
||||||
Default: 300
|
Default: 300
|
||||||
|
|
||||||
=item B<--chart-statistic>
|
=item B<--chart-statistics>
|
||||||
|
|
||||||
The statistic calculation method used to parse the collected data.
|
The statistic calculation method used to parse the collected data.
|
||||||
Can be : average, sum, min, max
|
Can be : average, sum, min, max
|
||||||
@ -188,7 +188,6 @@ Warning threshold (global to all the collected metrics)
|
|||||||
|
|
||||||
Critical threshold (global to all the collected metrics)
|
Critical threshold (global to all the collected metrics)
|
||||||
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user