Jonas L.
Jonas L.
> So you can reuse the Config module if you need it for another module ? Ex: local requests with pyzabbix.agent (to get PSK configuration or other). I like this...
@lukecyca Could you give write access to @szuro please ?
Hey @szuro, Yes, it has been a while. My understanding is that people are looking for a zabbix sender, and only find the project at https://github.com/adubkov/py-zabbix. The adubkov/py-zabbix project haven't...
Please see the discussion on this PR https://github.com/lukecyca/pyzabbix/pull/194 and https://github.com/lukecyca/pyzabbix/issues/197#issuecomment-1636358347. I don't think we found an agreement yet, on how and if we should merge this code.
Hi, The returned `status` from the documentation shouldn't exist, I will remove it from the docs. We could compute our own value for this status field, but I am not...
> in my example output there is also no "health_status object for the targets". This is because the target is of type `label_selector`, as stated above, the health status is...
I just tested this myself, and the "resolved" targets from the `label_selector` target, do have a health status. This is not clear in the documentation, I'll try to improve this,...
This idea has been in my head for a long time, great that you want to tackle it. > I would like to add Websoket support to the Django-Api via...
We have great apps like Dsub and similar, so I don't think we need to have "Mobile first" interface. I would be happy to be able to use it on...
> Just a thought: For some time now I'm developing and maintaining a package that implements most aspects of Zabbix protocol (sender included) over at: https://gitlab.com/szuro/zappix > > It is...