Closed jstark1 closed 1 year ago
we use send_gearman to submit passive checkresults to gearmand, like this:
/omd/versions/default/bin/send_gearman --config=$HOME/etc/mod-gearman/worker.cfg --server=XXX --host=XXX --service='XXX' --message="XXXX" --returncode=X
its only cosmetic and the command successes, but on the console are errors printed like this:
[2022-10-13 10:51:03][20353][ERROR] unknown option 'sink-rate' [2022-10-13 10:51:03][20353][ERROR] unknown option 'backgrounding-threshold' [2022-10-13 10:51:03][20353][ERROR] unknown option 'mem_limit'
oh right... For now you could use a separate config file without those options.
fixed with ad9774e37794c12059d0b5815477aa983cb8df50
we use send_gearman to submit passive checkresults to gearmand, like this:
its only cosmetic and the command successes, but on the console are errors printed like this: