This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
awilson
- Posts: 224
- Joined: Mon Mar 21, 2016 1:20 pm
Post
by awilson »
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
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
These checks/plugins don't show up in the "Available Plugins" list in the new commands gui. Is that expected?
Thanks
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Post
by benjaminsmith »
Hi
@awilson,
Those are commands definitions, and you'll find them listed in Configure > Commands. You can use the search box in the upper right to locate.
The plugin in for check-host-alive is check_icmp and will be listed under Configure > Quick Tools > Monitoring Plugins.
Let me know if you have any other questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new
Privacy Policy.
Be sure to check out our
Knowledgebase for helpful articles and solutions!