<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gibheer/monzero/cmd/monwork, 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>2024-09-05T17:38:25Z</updated>
<entry>
<title>switch from github.com/lib/pq to github.com/jackc/pgx/v5</title>
<updated>2024-09-05T17:38:25Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2024-09-05T17:38:25Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=6ea4d2c82de80efc87708e5e182034b7c6c2019e'/>
<id>urn:sha1:6ea4d2c82de80efc87708e5e182034b7c6c2019e</id>
<content type='text'>
lib/pq is out of maintenance for some time now, so switch to the newer
more active library. Looks like it finally stabilized after a long time.
</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>monwork - add more tests to the fields function</title>
<updated>2018-12-14T13:04:48Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-14T13:04:48Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=17457f0e533c7b68d4f2b113ab1a31a0eb23c8b0'/>
<id>urn:sha1:17457f0e533c7b68d4f2b113ab1a31a0eb23c8b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>monwork - readd stringToShellFields</title>
<updated>2018-12-14T13:02:58Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-14T13:02:58Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=10fb89a017edb4fe35d87d22f1ff96d79e78c185'/>
<id>urn:sha1:10fb89a017edb4fe35d87d22f1ff96d79e78c185</id>
<content type='text'>
This function was needed as bytes.Fields had some problems with the
quoting.
Now there are test cases too so that errors can be found more easily.
</content>
</entry>
<entry>
<title>monwork - bytes.Fields works well enough</title>
<updated>2018-12-13T15:20:42Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-13T15:20:42Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=ff79584084436b74151e7549f70ee8f0a1d3aebe'/>
<id>urn:sha1:ff79584084436b74151e7549f70ee8f0a1d3aebe</id>
<content type='text'>
This function existed to group fields together, but it had an issue and
grouped them wrongly. This caused issues later in the check stage.
</content>
</entry>
<entry>
<title>monwork - add missing continues</title>
<updated>2018-12-13T14:37:03Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-13T14:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=82e582f0222b028cf45894e1f94e261bc3a6370b'/>
<id>urn:sha1:82e582f0222b028cf45894e1f94e261bc3a6370b</id>
<content type='text'>
This can lead to longer run times than necessary.
</content>
</entry>
<entry>
<title>monwork - ignore missing notify column</title>
<updated>2018-12-12T12:26:41Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-12T12:26:41Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=6beb37eb9656430442d72328308b13b9e544a7a3'/>
<id>urn:sha1:6beb37eb9656430442d72328308b13b9e544a7a3</id>
<content type='text'>
The notify column was removed when moving everything into the
notification tables.
</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>monwork - make updates for nodes and commands</title>
<updated>2018-12-11T08:25:45Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-11T08:25:45Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=c62916c46e1cdfb0e04a9f17dd72ff7048924c99'/>
<id>urn:sha1:c62916c46e1cdfb0e04a9f17dd72ff7048924c99</id>
<content type='text'>
This change triggers updates for checks when a node or command was
updated. This way everything gets adjusted without much work.
</content>
</entry>
<entry>
<title>monwork - fix an issue with configuration generation</title>
<updated>2018-12-10T08:35:49Z</updated>
<author>
<name>Gibheer</name>
<email>gibheer+git@zero-knowledge.org</email>
</author>
<published>2018-12-10T08:35:49Z</published>
<link rel='alternate' type='text/html' href='http://git.zero-knowledge.org/gibheer/monzero/commit/?id=a6ac23239274c73533cc0b3409469a2440689faf'/>
<id>urn:sha1:a6ac23239274c73533cc0b3409469a2440689faf</id>
<content type='text'>
New checks were not added to the active_checks, because they were never
touched before.
</content>
</entry>
</feed>
