-
-
Notifications
You must be signed in to change notification settings - Fork 230
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 options StartReportWriters and WebServiceURL. #811
Conversation
The options require version 5.4.
ade2205
to
3abd361
Compare
templates/zabbix_server.conf.erb
Outdated
# Range: 0-100 | ||
# Default: | ||
# StartReportWriters=0 | ||
<% if @startreportwriters %>VaultDBPath=<%= @startreportwriters -%><% end %> |
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.
copy and paste mistake?
<% if @startreportwriters %>VaultDBPath=<%= @startreportwriters -%><% end %> | |
<% if @startreportwriters %>StartReportWriters=<%= @startreportwriters -%><% end %> |
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.
How did this pass the test?
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.
mhm good question. very odd.
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.
the reason for this was: It didn't pass the test
templates/zabbix_server.conf.erb
Outdated
# Mandatory: no | ||
# Default: | ||
# WebServiceURL= | ||
<% if @webserviceurl %>VaultDBPath=<%= @webserviceurl -%><% end %> |
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.
copy and paste mistake?
<% if @webserviceurl %>VaultDBPath=<%= @webserviceurl -%><% end %> | |
<% if @webserviceurl %>WebServiceURL=<%= @webserviceurl -%><% end %> |
Poor single soul who requests this over gopher ;-) Co-authored-by: Tim Meusel <tim@bastelfreak.de>
This will mostly be localhost, I expect.
The options require version 5.4.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues