Page 2 of 2

Re: check_radius_adv issue 2

Posted: Thu Jul 06, 2017 1:49 am
by SundanceRaphael
@cdienger are you sure that check_radius is equal to check_radius_adv?

It seams to me that the plugins are under control from NagiosXi:
https://github.com/nagios-plugins/nagio ... issues/271
check_radius_adv is not owned by us. I'm checking if we want to take ownership. If not, there's nothing I can do.
@SundanceRaphael What John was saying is that we as in this repository are not the owners of that plugin. This all needs to be taken care of on the Nagios XI side of things. I'll filed an internal bug report regarding your situation (#12044), and we'll investigate it further in-house. In the meantime, you may want to post on the Nagios Support Forum as that is the proper place for all of the Enterprise products' support. Thanks!
Under exchange.nagios.org there are to different plugins listed check_radius and check_radius_adv.
https://exchange.nagios.org/directory/P ... ols/RADIUS

BTW check_radius (in plugins) seams to have a problem at compiling to detect Freeradius version 3.X.X and using pam_radius.so as client.

Code: Select all

configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).

Re: check_radius_adv issue 2

Posted: Thu Jul 06, 2017 3:51 pm
by tmcdonald
I checked on the internal bug report, and on July 1 our devs mentioned that the likely route to take is to either move to check_radius.pl or write a replacement of our own. The former option sounds more likely, but they are still discussing it.

Re: check_radius_adv issue 2

Posted: Mon Jul 10, 2017 9:33 am
by SundanceRaphael
To summarize the thread:

Open questions/issues
  • 1. Is check_radius equals to check_radius_adv? (Post 1, 9-11)
    2. Who is the owner of check_radius_adv? Correct me if I am something missing, but seams to me it is Nagiosxi. (Post 11)
    3. According to 2. Is there the possibility to look into the code (link) or is it closed source? (Post 9)
    4. How can i check the Internal bug ticket #12044 out? (Post 7)
Question/Issues in progress
  • 1. Is it possible to put a known running plugin to the default install? Or at least remove the plugin from default install? It is very confusing to get a broken plugin from default. (Post 1, 7)
    ->
    I checked on the internal bug report, and on July 1 our devs mentioned that the likely route to take is to either move to check_radius.pl or write a replacement of our own. The former option sounds more likely, but they are still discussing it.
    (Post 12)
    2. I have opend a github issue fore compiling issue
    -> https://github.com/nagios-plugins/nagio ... issues/305
Answered question/issues
  • 1. Get Perl replacement running see posts 1-5

Re: check_radius_adv issue 2

Posted: Mon Jul 10, 2017 5:07 pm
by Box293
I posted this to your GitHub issue:

Can you please refer to the following KB article, I shows how to install the pre-requisites for the radius plugin:

https://support.nagios.com/kb/article.php?id=569

You should then be able to compile.