I've managed to get the auto-discovery wizard (big thank you for that) and it's all working fine.
The option to auto-discover the services for the hosts as well is great.
The main reason for coming to Nagios XI was the ability to check CPU Temperatures (namely using IPMI).
So I uploaded the plugin at
http://exchange.nagios.org/directory/Pl ... in/details
via the web interface, it is in .tar form.
So how do I go about using this service to monitor one of my hosts?
Thank you.
Kind Regards,
gshergill
EDIT: untarred it and copied check_ipmi_sensor to the folder (libexe).
Added the command to Nagios XI for check_ipmi_sensor ($USER1$/check_ipmi_sensor -H $_HOSTIPMI_IP$ -f $ARG1$)
How do I add this as a service now?
Code: Select all
check_ipmi_sensor -H server.domain
-bash: check_ipmi_sensor: command not found