Search found 13 matches

by SundanceRaphael
Mon Jul 10, 2017 9:33 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

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 (lin...
by SundanceRaphael
Thu Jul 06, 2017 1:49 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

@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/nagios-plugins/issues/271 check_radius_adv is not owned by us. I'm checking if we want to take ownership. If not, there's nothing ...
by SundanceRaphael
Tue Jul 04, 2017 3:13 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

Are there changes in Ticket state?

Is there the possibility to look into the code (link)?
by SundanceRaphael
Thu Jun 29, 2017 9:58 am
Forum: Nagios XI
Topic: iptables slows Parts of Nagios
Replies: 2
Views: 694

Re: iptables slows Parts of Nagios

Reason found and fixed: The ip6tables file was misconfigured. To ip6tables must looks like following lines. Attend the lo settings at begin and the drop policies at the end. #Make all Clean ip6tables -F ip6tables -X #Allow local ip6tables -A INPUT -i lo -j ACCEPT ip6tables -A OUTPUT -o lo -j ACCEPT ...
by SundanceRaphael
Thu Jun 29, 2017 8:44 am
Forum: Nagios XI
Topic: iptables slows Parts of Nagios
Replies: 2
Views: 694

iptables slows Parts of Nagios

Symptoms After restrict iptables to # make sure nothing comes or goes out of this box iptables -A INPUT -j DROP iptables -A OUTPUT -j DROP # Setting default filter policy iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP Service "Apply Configuration", show "Serv...
by SundanceRaphael
Fri Jun 23, 2017 3:17 am
Forum: Nagios XI
Topic: nagios plugins out of date
Replies: 3
Views: 574

Re: nagios plugins out of date

Thanks for information. When will Nagios 5.5 be released?
by SundanceRaphael
Thu Jun 22, 2017 5:04 am
Forum: Nagios XI
Topic: nagios plugins out of date
Replies: 3
Views: 574

nagios plugins out of date

The plugins on default virtual machine https://www.nagios.com/downloads/nagios-xi/vmware/ are in Version 2.0.3. ~/# /usr/local/nagios/libexec/check_disk -V check_disk v2.0.3 (nagios-plugins 2.0.3) The current Plugin release number is 2.2.1 https://nagios-plugins.org/downloads/ . Can the plugins be u...
by SundanceRaphael
Thu Jun 22, 2017 4:51 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

Dear Tgriep, The initial question is still open: The out of the box plugin check_radius_adv is broken.The output of the password string is still miss formed. Internal bug number is #12044. Is there a possibility to get check_radius_adv running again? The original forum post is from 20 of October 201...
by SundanceRaphael
Wed Jun 21, 2017 1:42 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

After running I got following error: Can't locate Net/IP.pm in @INC (@INC contains: /tmp/Authen-Radius-0.26/blib/lib /tmp/Authen-Radius-0.26/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /tmp/...
by SundanceRaphael
Tue Jun 20, 2017 9:42 am
Forum: Nagios XI
Topic: check_radius_adv issue 2
Replies: 13
Views: 3872

Re: check_radius_adv issue 2

Make test fails with PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/decode.t ...... 1/? # Failed test 'use Authen::Radius;' # at t/decode.t line 6. # Tried to use 'Authen::Radius'. # Error: Can't locate ...