[Nagiosplug-help] Problem with check_radius
    CAILLET Christophe 
    quadchris at free.fr
       
    Tue Apr 15 02:28:08 CEST 2003
    
    
  
Hi,
I'm using Nagios 1.0 and plugins snapshot 20030415
I've the following problem :
when i execute the plugin in command line with the following syntax :
check_radius -H <host> -u <user>@<realm> -p <pass> -P 1812 -F 
/etc/radiusclient/radiusclient.conf
it works perfectly with the result Auth OK
whith the following cconfig file :
define service {
    ....
    host_name <host>
    check_command   check-radius!<realm>
    ...
}
define command {
    command_name   check-radius
    command_line   $USER1$/check_radius -H $HOSTADDRESS$ -u 
<user>@$ARG1$ -p <pass> -P 1812 -F /etc/radiusclient/radiusclient.conf
}
it doesn't work with the following message : Auth Error
Is anybody experiencing this problem, or anyone has an idea about this 
problem?
Thanks in advance
Regards.
    
    
More information about the Help
mailing list