Commits
- Commit:
34e59742782b07bf5a86b722b247eeb368e7f013
- From:
- Oliver Lowe <o@olowe.co>
- Date:
delete experimental object watcher
- Commit:
43c71de36cec7d072d2436925b93cf2e94b71606
- From:
- Oliver Lowe <o@olowe.co>
- Date:
wip
- Commit:
d762d1d1aeb9ddb5a796ccfe1fefa3edea7e242f
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Correctly return ErrNoMatch when rescheduling a check
For some reason the API returns an internal server error status rather
than a Not Found status (as in other methods in the API). We can catch
the condition when results are empty and return ErrNoMatch.
- Commit:
64e18a8d1ef9f178f91aed840a371f3785c4d188
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Correctly return ErrNoMatch
The check was incorrect before. The HTTP status on responses is still
200 OK, but with empty results if there are no matches to the filter.
- Commit:
cb9dde9996675a4d56608eab8b57109da8484c29
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Let users schedule their own checks
- Commit:
7cb145ba970416743d12a36bb0a4df59264203da
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Implement checker interface for HostGroup
This also adds a test for checking all hosts in a HostGroup.
- Commit:
e2cace7fed7b46be01306cd0b4e94093b0bdcec2
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Document checker Check() methods
- Commit:
191337d0c3d59aa9a990eb5192664d5c5079f187
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Add checking of services and hosts
And also add a icinga_test package that does the black-box tests
i.e. tests which speak to a real icinga server.