<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/monzero/cmd, branch 20221215</title>
<subtitle>monzero - A monitoring stack using PostgreSQL as the backend.</subtitle>
<id>http://git.zero-knowledge.org/gibheer/monzero/atom/cmd?h=20221215</id>
<link rel='self' href='http://git.zero-knowledge.org/gibheer/monzero/atom/cmd?h=20221215'/>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/'/>
<updated>2022-12-15T10:16:56Z</updated>
<entry>
<title>monfront - add basic interface to create some entities</title>
<updated>2022-12-15T10:16:56Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-12-15T10:16:56Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=e29f38937cdf077a99b45c27e49f553d4dd8d0d7'/>
<id>urn:sha1:e29f38937cdf077a99b45c27e49f553d4dd8d0d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>monfront - only ACK when the check is in alarm state</title>
<updated>2022-12-02T08:32:05Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-12-02T08:32:05Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=49dac92034f352698429ee1d78d4bfb070006693'/>
<id>urn:sha1:49dac92034f352698429ee1d78d4bfb070006693</id>
<content type='text'>
The acknowledged flag gets removed by checkers when the state changes to
okay.
But if we acknowledge a check when it is okay the notification system
stops working.
</content>
</entry>
<entry>
<title>monfront - remove more old cruft</title>
<updated>2022-11-22T21:02:39Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-11-22T21:02:39Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=4f5114fe3ac8e67395f9b3d0b00d2d48bc3b0c72'/>
<id>urn:sha1:4f5114fe3ac8e67395f9b3d0b00d2d48bc3b0c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>monfront - remove create option</title>
<updated>2022-11-22T20:52:15Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2022-11-22T20:52:15Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=36d0ea8f5f34c3522902b8a33a35a24f07be0220'/>
<id>urn:sha1:36d0ea8f5f34c3522902b8a33a35a24f07be0220</id>
<content type='text'>
The option wasn't implemented properly, so just remove it.
</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>cmd/moncheck - fix missing return value</title>
<updated>2021-12-02T16:53:47Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2021-12-02T16:53:47Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=41d4805d584161ca16b8187194385e47c36422a6'/>
<id>urn:sha1:41d4805d584161ca16b8187194385e47c36422a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/moncheck - switch to monzero.Checker</title>
<updated>2021-12-02T14:57:00Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2021-12-02T14:57:00Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=b69cd1ea3e2894ebe5afd189c8719836b7ed7aa6'/>
<id>urn:sha1:b69cd1ea3e2894ebe5afd189c8719836b7ed7aa6</id>
<content type='text'>
This switches the internals of the moncheck instance to using the
monzero.Checker API. This way we can reuse it completely and also see if
it works properly.
</content>
</entry>
<entry>
<title>support new checker api</title>
<updated>2019-08-12T12:49:53Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2019-08-12T12:49:53Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=e2b479c34fcee4c41009fc9e8fe869831fbd494f'/>
<id>urn:sha1:e2b479c34fcee4c41009fc9e8fe869831fbd494f</id>
<content type='text'>
With this, it is now possible to support multiple check instances and
balance the load.
</content>
</entry>
<entry>
<title>fill in state_change column</title>
<updated>2019-05-28T11:38:16Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2019-05-28T11:38:16Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=142f9cf3582e111910723cacbdc4a66267a79c75'/>
<id>urn:sha1:142f9cf3582e111910723cacbdc4a66267a79c75</id>
<content type='text'>
Any time the state of the check changes, we need to refresh the column.
This will be used in the frontend. This way it is much faster than using
the notifications and also doesn't rely on the last of it being still
around.
</content>
</entry>
<entry>
<title>cmd/moncheck: use mapping only for notifications</title>
<updated>2019-04-10T07:09:15Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2019-04-10T07:09:15Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=2bfe75c8a702508284ddb75a8db3a1b4911b9635'/>
<id>urn:sha1:2bfe75c8a702508284ddb75a8db3a1b4911b9635</id>
<content type='text'>
This should make the frontend much easier to handle than before. It
isn't the best solution, but it makes it easier in the frontend for now.
</content>
</entry>
</feed>
