-
Notifications
You must be signed in to change notification settings - Fork 814
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
Lighttpd Check #385
Lighttpd Check #385
Conversation
For #384 |
|
||
def check(self, instance): | ||
if 'lighttpd_status_url' not in instance: | ||
self.log.warn("Missing 'lighttpd_status_url' in Lighttpd config") |
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.
We should raise an exception instead. So that it would appear in the info page.
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.
Cool, good idea. It should do this for apache then too.
Looks good! nice fast job ! |
while you're up in here ... thoughts on this? |
PS 👍 |
Looks good, merging it. |
This check won't let users know if they haven't configured the check properly (e.g. wrong url). Can we fix this before releasing? |
Nearly the same as the apache check.