Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
I'm not sure if this is an expected thing with core or not. However the worker killed your check before it could return any output or status for it timing out as the max service timeout within core is set to 90 seconds and your plugin had a timeout of 99 seconds. Increasing the max timeout within core or decreasing it on the plugin below 90 should resolve this issue. I will check on what behavior is expected when core kills a check, as I would expect at least an unknown if not critical.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.