style(plugin): adjust indentation - CTOR-586 (#5033)

This commit is contained in:
Lucie Dubrunfaut 2024-05-24 16:23:01 +02:00 committed by GitHub
parent 53fc5ca260
commit ebbf35b945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 72 additions and 70 deletions

View File

@ -47,7 +47,7 @@ sub new {
'port:s' => { name => 'port' }, 'port:s' => { name => 'port' },
'proto:s' => { name => 'proto' }, 'proto:s' => { name => 'proto' },
'api-password:s' => { name => 'api_password' }, 'api-password:s' => { name => 'api_password' },
'timeout:s' => { name => 'timeout', default => 30 }, 'timeout:s' => { name => 'timeout'},
'unknown-http-status:s' => { name => 'unknown_http_status' }, 'unknown-http-status:s' => { name => 'unknown_http_status' },
'warning-http-status:s' => { name => 'warning_http_status' }, 'warning-http-status:s' => { name => 'warning_http_status' },
'critical-http-status:s' => { name => 'critical_http_status' } 'critical-http-status:s' => { name => 'critical_http_status' }

View File

@ -99,11 +99,11 @@ Count events matching the query.
=item B<--time-period> =item B<--time-period>
Set request period, in minutes. Set request period, in minutes (mandatory option).
=item B<--query> =item B<--query>
Set the query. Set the query (mandatory option).
=item B<--output-field> =item B<--output-field>

View File

@ -151,19 +151,19 @@ Count unique field-values from events matching the query.
=item B<--time-period> =item B<--time-period>
Set request period, in minutes. Set request period, in minutes (mandatory option).
=item B<--query> =item B<--query>
Set the query. Set the query (mandatory option).
=item B<--field> =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> =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-*> =item B<--warning-*> B<--critical-*>

View File

@ -1,4 +1,5 @@
--add-sysdesc --add-sysdesc
--api-password
--display-transform-dst --display-transform-dst
--display-transform-src --display-transform-src
--exclude-fs --exclude-fs
@ -33,6 +34,7 @@ interface-dsl-name
IpAddr IpAddr
Iwsva Iwsva
license-instances-usage-prct license-instances-usage-prct
Loggly
MBean MBean
NagVis NagVis
Netscaler Netscaler