Checks with "-" separator not showing in "Available Plugins"
Posted: Fri May 10, 2019 3:22 pm
Hi. I noticed that we have a few service checks that have a hyphen separating the words in the file name in our ../etc/commands.cfg file
These checks/plugins don't show up in the "Available Plugins" list in the new commands gui. Is that expected?
Thanks
Code: Select all
define command {
command_name check-host-alive
command_line $USER1$/check_icmp -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5 -t 60
}
define command {
command_name check-host-alive-http
command_line $USER1$/check_http -H $HOSTADDRESS$
}
define command {
command_name check-host-alive-tftp
command_line tftp $HOSTNAME$ 69
Thanks