Darshaka Pathirana

Results 106 comments of Darshaka Pathirana

I was looking for the `podman` driver documentation. The best I found so far: * [Using podman containers](https://ansible.readthedocs.io/projects/molecule/examples/podman/) * [podman/driver.py](https://github.com/ansible-community/molecule-plugins/blob/main/src/molecule_plugins/podman/driver.py)

Tested on a Debian/stretch machine too.

Anything I can do, to help to add this PR? Thank you!

We also found old Debian/stretch systems, where the line `"#includedir /etc/sudoers.d"` is needed instead. It would be nice to have this included too, although we can work around that locally....

Thx @pasja for your PR. I've just looked into this: The issue regarding `hping3` is worked on: https://salsa.debian.org/debian/hping3/-/merge_requests/4 And `eterm` has a pending patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066342#10 Considering the fact that we...

FTR, this is the same `lsblk` command we use in hwinfo: https://github.com/grml/grml-hwinfo/blob/87255139d511b57f60df84d4abddbcbc67358478/grml-hwinfo#L479-L485

Cool, just learned about about your(!) [Ceph statistics plugin](https://exchange.checkmk.com/p/ceph)[^1] today via: https://checkmk.com/blog/proxmox-monitoring. 💪🏾 👍🏾 Do I read your code correctly, that if the Ceph Pool is full (aka `max_avail ==...

Just noticed a typo in my commit message and comment. It should read: * `bytes_used / (avail_raw + bytes_used)` instead of: * `avail_raw / (avail_raw + bytes_used)` Just edited my...

@si-23 Thanks for your response. From my POV, this PR is ready as is because it fixes the Ceph pool usage calculation. The check can be improved or even replaced...

Although v2.0 is quite outdated, it would be nice to have this patch included. And while doing so, porting this to checkmk 2.2+. I'd also be happy to assist in...