-
Notifications
You must be signed in to change notification settings - Fork 49
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 httpd_allow and include directive configuration #28
base: develop
Are you sure you want to change the base?
Conversation
Add configuration option for http_allow and include directive in monitrc
@floSoX can we get this merged? Thank you |
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.
Hello,
Thank you for this PR.
I propose some changes.
Could you please update it?
Adding doc (README) and tests would be great :-)
Thank you.
Regards,
@@ -7,6 +7,7 @@ | |||
$httpd_address = $monit::params::httpd_address, | |||
$httpd_user = $monit::params::httpd_user, | |||
$httpd_password = $monit::params::httpd_password, | |||
$httpd_allow = $monit::params::httpd_allow, |
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 name the variable httpd_networks please?
Hi, |
This PR allows for a configurable httpd_allow parameter (default was allow all) and additional include directives.