Re: [Nagios-devel] Nagios sometimes shows wrong status

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Nagios sometimes shows wrong status

Post by Guest »

> So you're running the check remotely? What are you using for that? Your
> nagios checkcommand definition? I assume you tried running the command
> (the one that runs the script remotely) on the nagios server too...
>

# 'check_by_ssh_svm' command definition
define command{
command_name check_by_ssh_svm
command_line $USER1$/check_by_ssh -l nagios -H $HOSTADDRESS$ -C
"$USER1$/check_svm.sh"
}


define service{
host_name acgweb1
service_description BASIC_SVM
use generic-service
check_command check_by_ssh_svm
}


regards,
michael





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked