Hey guys, I am at my witts end with this plugin, I have had nothing but problems with it. Heres the skinny
I am running nagios 1.2 on fedora core 2 linux. I have successfully compiled the plugin along with all the deps (radiusclient-0.3.1-1 and associated devel package)
I can execute the plugin from the shell and it works, authenticates to the radius and all is well. The syntax I am using in the shell and both the checkcommands.cfg is
$USER1$ defines your nagios plugins default location so it is needed. $HOSTADDRESS$ is passed by Nagios itself. Are you passing username and password as parameters or are they defined in the command definition?
I am passing username and pass params in the command definition, the checkcommands.cfg for this service read like so:
$USER1$/check_radius -H $HOSTADDRESS$ -F /usr/etc/radiusclient/radiusclient.conf -u(username) -p(password) -t10
same “config file error” in nagios
The config file error is referring to the radiusclient.conf im almost sure of it, I dont think that this has anything to do with the checkcommands.cfg syntax
I feel i need to clairify, nagios will start up and check all of my other defined services just fine, however after nagios attempts to check this service an orange ‘unknown’ tag is given to this service, service detail shows ‘config file error’