RADIUS service monitoring wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ManojNamdev
Posts: 9
Joined: Sat Sep 07, 2013 10:49 am

RADIUS service monitoring wizard

Post by ManojNamdev »

Dear Team,

How we can monitor RADIUS server, when we are using Monitoring Wizard its asking for following things:

Server Options

Secret: ???????????

The shared secret to use when logging into the RADIUS server.


Username: ??????????

The username used to login to the RADIUS server.


Password: ??????????
The password used to login to the RADIUS server.

Port: ?????????

The port number the RADIUS server runs on.
After giving this input which mentioned above
[pap] login attempt with password "¿³?òd?~?¢??>titý"

[pap] Using clear text password "nagios"

[pap] Passwords don't match

Please how we can monitor RADIUS Server ........?

Also I want to give some more input on this query:
From RADIUS server side we have checked following things please look into it also

[root@radius2 tmp]# ./check_radius_adv -r localhost -u nagios -p nagios -s testing123 -c 1812 -v

Using the following information
-------------------------------
username: nagios
password: nagios
shared secret: testing123
server: localhost
path of attributes file :

CRITICAL: Access REJECT. (code = 3) | rtt=1.0035 rttms=1003.5219


But when we are running radtest command, passwords are matching without any error.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: RADIUS service monitoring wizard

Post by ssax »

This error (if you're running it from your radius server) CRITICAL: Access REJECT. (code = 3) leads me to believe the nagios user you are trying to authenticate to your radius server with is not allowed for radius authentication.
andarnold
Posts: 1
Joined: Wed Nov 20, 2013 9:47 am
Location: Canton, OH, US
Contact:

Re: RADIUS service monitoring wizard

Post by andarnold »

I think that this thread https://support.nagios.com/forum/viewto ... us#p157549 provides a good workaround for checking RADIUS servers.

HTH,
Derek
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: RADIUS service monitoring wizard

Post by rkennedy »

andarnold wrote:I think that this thread https://support.nagios.com/forum/viewto ... us#p157549 provides a good workaround for checking RADIUS servers.

HTH,
Derek
Thanks @andarnold! Yes, this looks to be the same issue. I had done a lot of testing and concluded it was how the password is sent. Try the work around in that thread mentioned by Scott.
Former Nagios Employee
Locked