I cant seem to use any of the unix-agent scripts with check_mk as it
ruins all the check_mk local script results. Basically any existing
scripts start giving an error in the check_mk gui and state "Check
output not found in local checks". If I reinventory the host, none of
the scripts show up at all. As soon as i remove the observium local
agent scripts from the check_mk local folder and I reinvetory the host,
everything is fine again. I am unfortunately not sure what our options
are though. The only thing I can think of is to somehow serialize the
data so that it shows up on one line for each script, then is parsed
back out by observium once it receives it. That way we easily ignore
them within our main.mk files. Can't really do that now because of how
there are so many lines for each result (apache/mysql for example).
Thoughts? Im quite surprised this hasn't already been an issue.
I am running check_mk 1.2.0p3 and observium 0.12.9.3385.
- MACscr