-
-
Notifications
You must be signed in to change notification settings - Fork 228
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 configuration parameters to server and agent #976
base: master
Are you sure you want to change the base?
Add configuration parameters to server and agent #976
Conversation
Hi, can you add the Type to parameter added in this PR? |
f4f8610
to
a05e0cd
Compare
a05e0cd
to
2899ecb
Compare
- Server: - making StartHistoryPollers configurable - adding TrendFunctionCacheSize parameter to config file - Agent: - adding controlsocket and persistantbuffer parameters
2899ecb
to
8b86dea
Compare
All added parameters have a type specified. |
Hello, |
Hello, |
@@ -179,6 +184,7 @@ | |||
$server = $zabbix::params::agent_server, | |||
$listenport = $zabbix::params::agent_listenport, | |||
$listenip = $zabbix::params::agent_listenip, | |||
Optional[Integer] $statusport = $zabbix::params::agent_statusport, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the declaration of the valid interval?
Optional[Integer[1024,32767]]
Pull Request (PR) description
We'd like to use this Puppet module to deploy our Zabbix infrastructure but to fully configer it for our needs there are missing some parameters. Im not able to fully test my additions, so a code review and/or testing is recommended.
Following parameters where added
This Pull Request (PR) fixes the following issues
n.a.