<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/monzero/schema, branch master</title>
<subtitle>monzero - A monitoring stack using PostgreSQL as the backend.
</subtitle>
<id>http://git.zero-knowledge.org/gibheer/monzero/atom?h=master</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/monzero/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/'/>
<updated>2022-11-22T20:23:26Z</updated>
<entry>
<title>remove old schema file</title>
<updated>2022-11-22T20:23:26Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-11-22T20:23:26Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=d00e3f4a410ef27d2aa9c8eee08ec9146a4b2fa7'/>
<id>urn:sha1:d00e3f4a410ef27d2aa9c8eee08ec9146a4b2fa7</id>
<content type='text'>
This file is incompatible with all the following schema files. Therefore
remove it and make the installation a bit smoother.
</content>
</entry>
<entry>
<title>cmd/monfront - import monfront from separate repository</title>
<updated>2021-12-02T16:54:14Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2021-12-02T16:54:14Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=fa05045d31c05c8928020f05f1d281901d983b2b'/>
<id>urn:sha1:fa05045d31c05c8928020f05f1d281901d983b2b</id>
<content type='text'>
This is the import from the separate monfront repository. The history
could not be imported, but this should suffice.
</content>
</entry>
<entry>
<title>add missing table to database schema</title>
<updated>2019-01-11T12:04:35Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2019-01-11T12:04:35Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=168c425fb6954646c8a859296f7c85173e539c92'/>
<id>urn:sha1:168c425fb6954646c8a859296f7c85173e539c92</id>
<content type='text'>
The checks_notify table was missing and needs to be added. As this is
still alpha software, there is no need for a migration step yet.
</content>
</entry>
<entry>
<title>add missing unique constraint</title>
<updated>2018-12-12T12:33:30Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-12T12:33:30Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=7e387d55b93a17edcc405a2fbd20c4fb7a1be843'/>
<id>urn:sha1:7e387d55b93a17edcc405a2fbd20c4fb7a1be843</id>
<content type='text'>
There was a unique constraint missing on the active_checks table.
</content>
</entry>
<entry>
<title>fix some syntax errors in the schema definition</title>
<updated>2018-12-12T12:25:40Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-12T12:25:40Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=627423044209526108fe2664dbd8f9e5d0b2e033'/>
<id>urn:sha1:627423044209526108fe2664dbd8f9e5d0b2e033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moncheck - move notifications to dedicated table</title>
<updated>2018-12-11T19:21:14Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-11T19:21:14Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=af843d76e1aff287af3d07dd5890f814991e662a'/>
<id>urn:sha1:af843d76e1aff287af3d07dd5890f814991e662a</id>
<content type='text'>
It would be nice to support multiple notification mechanisms with a way
to disable all or part of them. So for now, this is bound to the check
but may change again in the future.

Apart from that, all notifications get written to the notification
table, so that the notifiers can do their job and ACK their own
notifications.
</content>
</entry>
<entry>
<title>add alarm mapping to notifications</title>
<updated>2018-12-11T12:24:42Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-11T12:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=56614596289b37e0e2597aadd9b2deb71be73153'/>
<id>urn:sha1:56614596289b37e0e2597aadd9b2deb71be73153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add level mappings</title>
<updated>2018-12-11T11:37:30Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-11T11:37:30Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=dece1ac2dc4554f66f8ec194269cd91d330edae1'/>
<id>urn:sha1:dece1ac2dc4554f66f8ec194269cd91d330edae1</id>
<content type='text'>
This allows to map the command exit codes to any other output level
which can then be reported by the notification plugin.
With the provided colors, the frontend will show them accordingly.
</content>
</entry>
<entry>
<title>add new schema</title>
<updated>2018-12-10T09:48:21Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-10T09:48:21Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=3f4b1b2421c0242520a5271c83331c2c96ba7c09'/>
<id>urn:sha1:3f4b1b2421c0242520a5271c83331c2c96ba7c09</id>
<content type='text'>
This still needs some cleanup, but oh well. The most important thing is,
that it works for now.
</content>
</entry>
<entry>
<title>remove unique constraint on notifications</title>
<updated>2018-11-16T19:08:12Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-11-16T19:08:12Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=f759b2f9931d2f2b9d80a32dda0dd04c0de00d5e'/>
<id>urn:sha1:f759b2f9931d2f2b9d80a32dda0dd04c0de00d5e</id>
<content type='text'>
That constraint would hinder the addition of multiple notifications, so
it needs to be removed.
</content>
</entry>
</feed>
