ansible-role-check-mk-agent icon indicating copy to clipboard operation
ansible-role-check-mk-agent copied to clipboard

asynchronous plug-in

Open roumano opened this issue 4 years ago • 0 comments

It will be nice if this role is able to handle asynchronous pluging

For example , it's not need to run mk_apt checkmk pluging every 30second. Need to schedule it asynchronously like every 4 hours

The following example shows how the my_foo_plugin plug-in can be changed from synchronous to asynchronous execution, with a 5 minute interval :

root@linux# cd /usr/lib/check_mk_agent/plugins
root@linux# mkdir 300
root@linux# mv my_foo_plugin 300

roumano avatar Jun 04 '20 08:06 roumano