Hi. I'm trying to include a check of a XEN daemon in my OMD/Check_MK system.
Everything in the standard setup works fine, (i have a working inventory list in omd/check_mk of cpu, uptime etc.), of the Linux host (LINUX1), but I also want to include check of a xen-daemon. I have included the following in main.mk, on my OMD/Check_MK host, but no XEND shows up in check_mk service list for host LINUX1 : main.mk : inventory_processes = [ # if we find a /usr/sbin/xend on any host => monitor it ( ['LINUX1'], "XEND", "/usr/sbin/xend", ANY_USER, 1, 1, 1, 1), ] I've included service checks for Windows in main.mk, and that works fine, but trying something similar for Linux (check processes), seems to be more challenging. Am I missing something, do I need to do something on the Linux-host ?? I'm trying to move over 100% to check_mk from nagios. If I have working nagios plugins, is it posssible to use these in check_mk, if so, how do i use them ?? Hope you can help me understand how this works. Regards : G
_______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
