Jiri 'Ghormoon' Novak

Results 14 issues of Jiri 'Ghormoon' Novak

If you accidentally try to put string data to uint attribute (or vice-versa) through InsertAttribute (new attribute, not existing one), it will happily pass it, put it in the DB,...

When using AddObject without asset_no (doesn't matter if None or 'NULL'), it will try to pass it in quotes (e.g. 'None'), which will work for one object, but fail for...

New versions of zabbix (at least in my case of 6.0) do not accept `user` parameter in login, it's now `username`

Hello, the rittal template here https://github.com/zabbix/community-templates/tree/main/Network_Appliances/template_rittal_pdu-7955 seems to be empty, it just contains the linked templates, but not the template itself. It's still referenced from zabbix website, though https://www.zabbix.com/integrations/rittal

**Describe the problem/challenge you have** I'm planning to use external backup solution for snapshots and zfs send/recv (most likely syncoid or znapzend). I'd like to be able to see what...

This draft tries to solve the issue that in all conditions etc, there are used generic group names, even 'all'. If you attempt to use an inventory that has also...

This PR allows user to configure POD_CNI_NAME in variables. The reason is, if you replace calico with other CNI (eg antrea) in addons, it will wait long time for calico-node...

on debian 12, etcd (and as a followup, all the other core kubernetes containers) will fail after reboot if SystemdCgroup is not true. this will allow to set it in...

In some cases (eg in some server hosting providers), you're given "subnets", eg /29, which are in reality just a range of IPs in a bigger subnet, so the first...

area/api
kind/feature
lifecycle/frozen

It would be very useful, if we could have anysort of multipath support, so we can connect to HA storages. I'm willing to try to implement it, just want to...