Commits
- Commit:
562d5c1eb8a76a65d49d14b36edefb846f747494- From:
- Oliver Lowe <o@olowe.co>
- Date:
Store acknowledgement status of hosts, services
- Commit:
f5fde32e94d77a44e85a28f9263531b34fdf7c8b- From:
- Oliver Lowe <o@olowe.co>
- Date:
Handle last check result of services
Includes a test to know that we're handling the JSON properly.
- Commit:
b06b25c58a0ebeaf58a44f28f1422b842144e507- From:
- Oliver Lowe <o@olowe.co>
- Date:
Remove unused attrs() method
It was required to satisfty the object interface but the interface
changed because it wasn't used anywhere.
- Commit:
26fb88e9ebc4192da36411de66032158b424369d- From:
- Oliver Lowe <o@olowe.co>
- Date:
Generate CRUD code using go generate
Explanation for use is in the README
- Commit:
76669f9b1f06b7299f2261667b4b21db38db7cae- From:
- Oliver Lowe <o@olowe.co>
- Date:
I learned how to do some generic programming
New type "object" is an interface to represent an Icinga2 object.
I added heaps of other stuff! On our way to 1000 lines of code!
