mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
style(plugin): adjust indentation - CTOR-586 (#5033)
This commit is contained in:
parent
53fc5ca260
commit
ebbf35b945
@ -47,7 +47,7 @@ sub new {
|
||||
'port:s' => { name => 'port' },
|
||||
'proto:s' => { name => 'proto' },
|
||||
'api-password:s' => { name => 'api_password' },
|
||||
'timeout:s' => { name => 'timeout', default => 30 },
|
||||
'timeout:s' => { name => 'timeout'},
|
||||
'unknown-http-status:s' => { name => 'unknown_http_status' },
|
||||
'warning-http-status:s' => { name => 'warning_http_status' },
|
||||
'critical-http-status:s' => { name => 'critical_http_status' }
|
||||
|
@ -99,11 +99,11 @@ Count events matching the query.
|
||||
|
||||
=item B<--time-period>
|
||||
|
||||
Set request period, in minutes.
|
||||
Set request period, in minutes (mandatory option).
|
||||
|
||||
=item B<--query>
|
||||
|
||||
Set the query.
|
||||
Set the query (mandatory option).
|
||||
|
||||
=item B<--output-field>
|
||||
|
||||
|
@ -151,19 +151,19 @@ Count unique field-values from events matching the query.
|
||||
|
||||
=item B<--time-period>
|
||||
|
||||
Set request period, in minutes.
|
||||
Set request period, in minutes (mandatory option).
|
||||
|
||||
=item B<--query>
|
||||
|
||||
Set the query.
|
||||
Set the query (mandatory option).
|
||||
|
||||
=item B<--field>
|
||||
|
||||
Set the field to count unique values for (example: json.host).
|
||||
Set the field to count unique values for example: json.host (mandatory option).
|
||||
|
||||
=item B<--filter-field>
|
||||
|
||||
Set the a field filter.
|
||||
Define which fields should be counted. This option will be treated as a regular expression. If this option is empty, all fields will be counted.
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
--add-sysdesc
|
||||
--api-password
|
||||
--display-transform-dst
|
||||
--display-transform-src
|
||||
--exclude-fs
|
||||
@ -33,6 +34,7 @@ interface-dsl-name
|
||||
IpAddr
|
||||
Iwsva
|
||||
license-instances-usage-prct
|
||||
Loggly
|
||||
MBean
|
||||
NagVis
|
||||
Netscaler
|
||||
|
Loading…
x
Reference in New Issue
Block a user