Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zabbix-server/proxy pollers settings #992

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 157 additions & 9 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,15 @@ The following parameters are available in the `zabbix` class:
* [`database_tlsconnect`](#-zabbix--database_tlsconnect)
* [`database_tlscafile`](#-zabbix--database_tlscafile)
* [`startpollers`](#-zabbix--startpollers)
* [`startagentpollers`](#-zabbix--startagentpollers)
* [`starthttpagentpollers`](#-zabbix--starthttpagentpollers)
* [`startsnmppollers`](#-zabbix--startsnmppollers)
* [`maxconcurrentchecksperpoller`](#-zabbix--maxconcurrentchecksperpoller)
* [`startpreprocessors`](#-zabbix--startpreprocessors)
* [`startipmipollers`](#-zabbix--startipmipollers)
* [`startodbcpollers`](#-zabbix--startodbcpollers)
* [`startpollersunreachable`](#-zabbix--startpollersunreachable)
* [`starthistorypollers`](#-zabbix--starthistorypollers)
* [`starttrappers`](#-zabbix--starttrappers)
* [`startpingers`](#-zabbix--startpingers)
* [`startalerters`](#-zabbix--startalerters)
Expand All @@ -158,6 +163,7 @@ The following parameters are available in the `zabbix` class:
* [`starttimers`](#-zabbix--starttimers)
* [`javagateway`](#-zabbix--javagateway)
* [`javagatewayport`](#-zabbix--javagatewayport)
* [`smsdevices`](#-zabbix--smsdevices)
* [`startjavapollers`](#-zabbix--startjavapollers)
* [`startlldprocessors`](#-zabbix--startlldprocessors)
* [`startvmwarecollectors`](#-zabbix--startvmwarecollectors)
Expand Down Expand Up @@ -720,12 +726,44 @@ Default value: `$zabbix::params::server_database_tlscafile`

##### <a name="-zabbix--startpollers"></a>`startpollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers.

Default value: `$zabbix::params::server_startpollers`

##### <a name="-zabbix--startagentpollers"></a>`startagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous Zabbix agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::server_startagentpollers`

##### <a name="-zabbix--starthttpagentpollers"></a>`starthttpagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous HTTP agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::server_starthttpagentpollers`

##### <a name="-zabbix--startsnmppollers"></a>`startsnmppollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous SNMP pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::server_startsnmppollers`

##### <a name="-zabbix--maxconcurrentchecksperpoller"></a>`maxconcurrentchecksperpoller`

Data type: `Integer[0, 1000]`

Maximum number of asynchronous checks that can be executed at once by each HTTP agent poller or agent poller.

Default value: `$zabbix::params::server_maxconcurrentchecksperpoller`

##### <a name="-zabbix--startpreprocessors"></a>`startpreprocessors`

Data type: `Integer[1, 1000]`
Expand All @@ -736,7 +774,7 @@ Default value: `$zabbix::params::server_startpreprocessors`

##### <a name="-zabbix--startipmipollers"></a>`startipmipollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of ipmi pollers.

Expand All @@ -752,12 +790,22 @@ Default value: `$zabbix::params::server_startodbcpollers`

##### <a name="-zabbix--startpollersunreachable"></a>`startpollersunreachable`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers for unreachable hosts (including ipmi).

Default value: `$zabbix::params::server_startpollersunreachable`

##### <a name="-zabbix--starthistorypollers"></a>`starthistorypollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of history pollers.
Only required for calculated checks.
A database connection is required for each history poller instance.

Default value: `$zabbix::params::server_starthistorypollers`

##### <a name="-zabbix--starttrappers"></a>`starttrappers`

Data type: `Any`
Expand Down Expand Up @@ -830,6 +878,14 @@ Port that zabbix java gateway listens on.

Default value: `$zabbix::params::server_javagatewayport`

##### <a name="-zabbix--smsdevices"></a>`smsdevices`

Data type: `Optional[Variant[String[1],Array[String[1]]]]`

Devices to use for sms texting

Default value: `$zabbix::params::server_smsdevices`

##### <a name="-zabbix--startjavapollers"></a>`startjavapollers`

Data type: `Any`
Expand Down Expand Up @@ -2561,6 +2617,10 @@ The following parameters are available in the `zabbix::proxy` class:
* [`proxyconfigfrequency`](#-zabbix--proxy--proxyconfigfrequency)
* [`datasenderfrequency`](#-zabbix--proxy--datasenderfrequency)
* [`startpollers`](#-zabbix--proxy--startpollers)
* [`startagentpollers`](#-zabbix--proxy--startagentpollers)
* [`starthttpagentpollers`](#-zabbix--proxy--starthttpagentpollers)
* [`startsnmppollers`](#-zabbix--proxy--startsnmppollers)
* [`maxconcurrentchecksperpoller`](#-zabbix--proxy--maxconcurrentchecksperpoller)
* [`startpreprocessors`](#-zabbix--proxy--startpreprocessors)
* [`startipmipollers`](#-zabbix--proxy--startipmipollers)
* [`startodbcpollers`](#-zabbix--proxy--startodbcpollers)
Expand Down Expand Up @@ -3037,12 +3097,44 @@ Default value: `$zabbix::params::proxy_datasenderfrequency`

##### <a name="-zabbix--proxy--startpollers"></a>`startpollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers.

Default value: `$zabbix::params::proxy_startpollers`

##### <a name="-zabbix--proxy--startagentpollers"></a>`startagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous Zabbix agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbis::params::proxy_startagentpollers`

##### <a name="-zabbix--proxy--starthttpagentpollers"></a>`starthttpagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous HTTP agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::proxy_starthttpagentpollers`

##### <a name="-zabbix--proxy--startsnmppollers"></a>`startsnmppollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous SNMP pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::proxy_startsnmppollers`

##### <a name="-zabbix--proxy--maxconcurrentchecksperpoller"></a>`maxconcurrentchecksperpoller`

Data type: `Integer[0, 1000]`

Maximum number of asynchronous checks that can be executed at once by each HTTP agent poller or agent poller.

Default value: `$zabbix::params::proxy_maxconcurrentchecksperpoller`

##### <a name="-zabbix--proxy--startpreprocessors"></a>`startpreprocessors`

Data type: `Integer[1, 1000]`
Expand All @@ -3053,7 +3145,7 @@ Default value: `$zabbix::params::proxy_startpreprocessors`

##### <a name="-zabbix--proxy--startipmipollers"></a>`startipmipollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of ipmi pollers.

Expand All @@ -3069,7 +3161,7 @@ Default value: `$zabbix::params::proxy_startodbcpollers`

##### <a name="-zabbix--proxy--startpollersunreachable"></a>`startpollersunreachable`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers for unreachable hosts (including ipmi).

Expand Down Expand Up @@ -3995,10 +4087,15 @@ The following parameters are available in the `zabbix::server` class:
* [`database_tlscipher`](#-zabbix--server--database_tlscipher)
* [`database_tlscipher13`](#-zabbix--server--database_tlscipher13)
* [`startpollers`](#-zabbix--server--startpollers)
* [`startagentpollers`](#-zabbix--server--startagentpollers)
* [`starthttpagentpollers`](#-zabbix--server--starthttpagentpollers)
* [`startsnmppollers`](#-zabbix--server--startsnmppollers)
* [`maxconcurrentchecksperpoller`](#-zabbix--server--maxconcurrentchecksperpoller)
* [`startpreprocessors`](#-zabbix--server--startpreprocessors)
* [`startipmipollers`](#-zabbix--server--startipmipollers)
* [`startodbcpollers`](#-zabbix--server--startodbcpollers)
* [`startpollersunreachable`](#-zabbix--server--startpollersunreachable)
* [`starthistorypollers`](#-zabbix--server--starthistorypollers)
* [`starttrappers`](#-zabbix--server--starttrappers)
* [`startpingers`](#-zabbix--server--startpingers)
* [`startalerters`](#-zabbix--server--startalerters)
Expand Down Expand Up @@ -4026,6 +4123,7 @@ The following parameters are available in the `zabbix::server` class:
* [`maxhousekeeperdelete`](#-zabbix--server--maxhousekeeperdelete)
* [`cachesize`](#-zabbix--server--cachesize)
* [`cacheupdatefrequency`](#-zabbix--server--cacheupdatefrequency)
* [`smsdevices`](#-zabbix--server--smsdevices)
* [`startdbsyncers`](#-zabbix--server--startdbsyncers)
* [`historycachesize`](#-zabbix--server--historycachesize)
* [`historyindexcachesize`](#-zabbix--server--historyindexcachesize)
Expand Down Expand Up @@ -4362,12 +4460,44 @@ Default value: `$zabbix::params::server_database_tlscipher13`

##### <a name="-zabbix--server--startpollers"></a>`startpollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers.

Default value: `$zabbix::params::server_startpollers`

##### <a name="-zabbix--server--startagentpollers"></a>`startagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous Zabbix agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbis::params::server_startagentpollers`

##### <a name="-zabbix--server--starthttpagentpollers"></a>`starthttpagentpollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous HTTP agent pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::server_starthttpagentpollers`

##### <a name="-zabbix--server--startsnmppollers"></a>`startsnmppollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of asynchronous SNMP pollers. Also see MaxConcurrentChecksPerPoller.

Default value: `$zabbix::params::server_startsnmppollers`

##### <a name="-zabbix--server--maxconcurrentchecksperpoller"></a>`maxconcurrentchecksperpoller`

Data type: `Integer[0, 1000]`

Maximum number of asynchronous checks that can be executed at once by each HTTP agent poller or agent poller.

Default value: `$zabbix::params::server_maxconcurrentchecksperpoller`

##### <a name="-zabbix--server--startpreprocessors"></a>`startpreprocessors`

Data type: `Integer[1, 1000]`
Expand All @@ -4378,7 +4508,7 @@ Default value: `$zabbix::params::server_startpreprocessors`

##### <a name="-zabbix--server--startipmipollers"></a>`startipmipollers`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of ipmi pollers.

Expand All @@ -4394,12 +4524,22 @@ Default value: `$zabbix::params::server_startodbcpollers`

##### <a name="-zabbix--server--startpollersunreachable"></a>`startpollersunreachable`

Data type: `Any`
Data type: `Integer[0, 1000]`

Number of pre-forked instances of pollers for unreachable hosts (including ipmi).

Default value: `$zabbix::params::server_startpollersunreachable`

##### <a name="-zabbix--server--starthistorypollers"></a>`starthistorypollers`

Data type: `Integer[0, 1000]`

Number of pre-forked instances of history pollers.
Only required for calculated checks.
A database connection is required for each history poller instance.

Default value: `$zabbix::params::server_starthistorypollers`

##### <a name="-zabbix--server--starttrappers"></a>`starttrappers`

Data type: `Any`
Expand Down Expand Up @@ -4622,6 +4762,14 @@ How often zabbix will perform update of configuration cache, in seconds.

Default value: `$zabbix::params::server_cacheupdatefrequency`

##### <a name="-zabbix--server--smsdevices"></a>`smsdevices`

Data type: `Optional[Variant[String[1],Array[String[1]]]]`

Devices to use for sms texting

Default value: `$zabbix::params::server_smsdevices`

##### <a name="-zabbix--server--startdbsyncers"></a>`startdbsyncers`

Data type: `Any`
Expand Down
Loading
Loading