[Nagiosplug-help] check_radius problem
Viktor Steinmann
viktor.steinmann at ch.easynet.net
Mon Jul 19 22:29:04 CEST 2004
Hi all
check_radius gives "auth OK" on the command line - but not from Nagios...
I'm puzzled...
Here's the service definition:
define service{
use fulltime-warnings
host_name radius-server
service_description RADIUS
check_command
check_radius!nagiosusertest at dslnet.ch!passwordhere
}
Here's the check command:
# 'check_radius' command definition
define command{
command_name check_radius
command_line $USER1$/check_radius -H $HOSTADDRESS$ -F
/usr/local/etc/
radiusclient/radiusclient.conf -u $ARG1$ -p $ARG2$ -P 1812 -t 10
}
Anyone with an idea?
Thanks,
Viktor
More information about the Help
mailing list