adamparker
adamparker
This was with Fedora 29.
I had this happen to me as well with CentOS. One of the symptoms were that the ping processes were not being terminated properly and ended up as zombie processes....
Hi, I switched check_ping with check_icmp which has resolved the issue for me. Check_ping also gave me trouble with Zombie processes which is described here https://community.icinga.com/t/defunct-zombie-ping-processes-when-using-check-ping-on/7012
I can't see where the /custom_data/custom.conf.d/ is included within the icinga configuration either. I fixed this by running this command on the icinga2 host: `echo "include_recursive \"/custom_data/custom.conf.d/\"" >> /etc/icinga2/icinga2.conf `
This is what I ended up with: ``` ## Add the custom conf d folder to icinga2.conf, esnure it is only inserted once. if grep -xq "include_recursive \"/custom_data/custom.conf.d/\"" "/data/etc/icinga2/icinga2.conf" ;...
During my testing I experienced this same error when I was using pgsql as the backend for icingadb. This was not the case when using mysql as the backend. The...
For other users, there is an updated version of GlobalBackendicingadb.php available in the commit by @yhabteab here: https://github.com/Icinga/icingaweb2-module-nagvis/pull/53/commits/22eb7aacd0e79897f14b7f5b47112b63ebb9d957 For me this was solved when the fixed file is put in...
Go here to download the deb directly (this is for the loki branch) for Ubuntu Noble (which Linux Mint 22 is based off). https://cloudsmith.io/~asbru-cm/repos/loki/packages/detail/deb/asbru-cm/6.5.0~1728636823-1/a=all;xc=main;d=ubuntu%252Fnoble;t=binary/
Thanks for responding and highlighting the issue. Our brains all shut down reading java classes because we're so conditioned to its verbose-ness. What would be the suggested workaround for argumentless...
Hi, I can confirm that the skip_key workaround works fine. Thanks for your help.