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

Lighttpd Check #385

Merged
merged 5 commits into from
Feb 26, 2013
Merged

Lighttpd Check #385

merged 5 commits into from
Feb 26, 2013

Conversation

conorbranagan
Copy link
Member

Nearly the same as the apache check.

@conorbranagan
Copy link
Member Author

For #384


def check(self, instance):
if 'lighttpd_status_url' not in instance:
self.log.warn("Missing 'lighttpd_status_url' in Lighttpd config")
Copy link
Contributor

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.

Copy link
Member Author

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.

@remh
Copy link
Contributor

remh commented Feb 25, 2013

Looks good! nice fast job !

@clutchski
Copy link
Contributor

while you're up in here ... thoughts on this?

#382

@clutchski
Copy link
Contributor

PS 👍

remh added a commit that referenced this pull request Feb 26, 2013
@remh remh merged commit 2e81974 into master Feb 26, 2013
@remh
Copy link
Contributor

remh commented Feb 26, 2013

Looks good, merging it.

@clutchski
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants