Testing Icinga Director and wanted to ask if anyone came across any documentation on how to utilize existing NRPE Nagios plugins in Icinga Director. Below is the one such plugin code I am trying to implement but in running the command in the host it does not do anything and shows as "unhandled." I am guessing there is a separate config file that may be needed, however I am assuming Director automatically creates any custom config file on the server.
Any insight is appreciated. //Garrett object CheckCommand "check_user" { import "plugin-check-command" command = [ "/usr/local/nagios/libexec/check_users" ] arguments += { "-c" = "10" "-w" = "5" } } [image: Inline image 1]
_______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users