vcutil icon indicating copy to clipboard operation
vcutil copied to clipboard

Misc. simple utilities to aid version control and host maintenance.

Results 14 vcutil issues
Sort by recently updated
recently updated
newest added

function list_k8s_cert_expiry_days has been extended to check manual set tls certs and add their expire to the output list. this is done by checking for an annotation cert-manager provides. when...

You want to do: ``` 1.2.3.4 hostname ``` And not: ``` hostname 1.2.3.4 ``` This is not immediately clear. Also, it'd be nice if it was configurable which word (-k)...

If zabdig would be able to show webscenarios those could be exported into different tools to keep it in sync (e.g. prometheus blackbox exporter). Ideas for output could be something...

to easily spot if there are any webchecks who miss a trigger.

Its not super important actually but if there is a lot of action and/or your working with a slow zabbix this can be an indicator your looking at old data....

List all proxies: Fields: Name,Mode,Last seen,Host count

List recent triggers Fields: Severity, Status, Time, Age, Host, Name Sorted by time makes sense (same as in webinterface). If there are no objections to coloured output that would be...

to get a quick overview from zabbix for all webchecks which do not have OK as a status. Same fields as in webinterface make sense: Host, Name, Number of steps,...

We use [Grafana Alloy](https://grafana.com/docs/alloy/latest/) as our otel collector. This agent can use client certificates to connect with the remote instance, e.g. Loki. This allows us to keep an eye on...

The `--[no-]human` should enable/disable space after a comma. Instead of: ``` INSERT INTO `pstore_property` VALUES (126727,'2019-10-28 15:03:22',7321,'ip',1,'10.10.10.10',NULL); ``` I want: ``` INSERT INTO `pstore_property` VALUES (126727, '2019-10-28 15:03:22', 7321, 'ip',...