Search found 1774 matches

by kyang
Tue Jul 03, 2018 2:41 pm
Forum: Nagios XI
Topic: Message size exceeded buffer maxMsgSize
Replies: 3
Views: 2304

Re: Message size exceeded buffer maxMsgSize

Which plugins are you using? Trying adding/increasing the octetlength with the something like this -o 20000 if available. -o, --octetlength=INTEGER max-size of the SNMP message, usefull in case of Too Long responses. Be carefull with network filters. Range 484 - 65535, default are usually 1472,1452,...
by kyang
Mon Jul 02, 2018 2:41 pm
Forum: Nagios XI
Topic: Nagios ssh proxy apt check not working correctly
Replies: 10
Views: 542

Re: Nagios ssh proxy apt check not working correctly

Thanks, Could you send me the verbose output when using that plugin. /usr/local/nagios/libexec/check_apt -v > /tmp/checkAPT.txt Let's compare it to a few other commands. apt list --upgradable > /tmp/aptList.txt apt-get --just-print upgrade 2>&1 | perl -ne 'if (/Inst\s([\w,\-,\d,\.,~,:,\+]+)\s\[(...
by kyang
Fri Jun 22, 2018 4:01 pm
Forum: Nagios XI
Topic: NCPA listener starts, but not listening
Replies: 19
Views: 1705

Re: NCPA listener starts, but not listening

Did you restart the listener after making the changes?

Could you send us your ncpa.cfg file? You can either post or PM it.

Code: Select all

curl --tlsv1.2 -k  https://xxxxx:5693

Code: Select all

curl --tlsv1 -k  https://xxxx:5693
Can you try this?
by kyang
Fri Jun 22, 2018 3:30 pm
Forum: Nagios XI
Topic: Nagios ssh proxy apt check not working correctly
Replies: 10
Views: 542

Re: Nagios ssh proxy apt check not working correctly

Could you run the check_apt plugin just from the Ubuntu server? Just to verify the output. /usr/local/nagios/libexec/check_by_ssh -H 127.0.0.1 Are you using this exact IP? Or did you just edit and changed it? On the Ubuntu server, run these commands and send us the output. apt-get --just-print upgra...
by kyang
Tue Jun 19, 2018 3:28 pm
Forum: Open Source Nagios Projects
Topic: Nagios core 4.3.4 LDAP and authorization
Replies: 18
Views: 13737

Re: Nagios core 4.3.4 LDAP and authorization

Hello,

Could you attach your full /etc/httpd/conf.d/nagios.conf file?

Also, just to double check. You are logging in as an LDAP user & not a Core user?

Thanks!
by kyang
Tue Jun 19, 2018 2:54 pm
Forum: Nagios XI
Topic: DB server monitoring errors
Replies: 1
Views: 122

Re: DB server monitoring errors

What's the special character in your password? Was this working before? Are you getting the same errors when running this within the XI command line instead of the GUI? It seems to be working just fine for me, except I don't have a special character in my password. Have you tried setting the passwor...
by kyang
Mon Jun 18, 2018 3:55 pm
Forum: Open Source Nagios Projects
Topic: Nagios map setting issue 4.3.2
Replies: 34
Views: 13468

Re: Nagios map setting issue 4.3.2

Could you try upgrading to the latest version of Core? 4.3.4?

Just to see, if it works.

Also, what OS are you on?

Any apache error_logs displayed when going through this issue you found? If so, please post the error_logs.
by kyang
Mon Jun 18, 2018 2:26 pm
Forum: Nagios XI
Topic: Nagios XI performance is too slow
Replies: 19
Views: 4074

Re: Nagios XI performance is too slow

Please send me the files or output to:

Code: Select all

top
ps -aef
ipcs
by kyang
Mon Jun 18, 2018 2:25 pm
Forum: Nagios XI
Topic: Getting Error code: 254
Replies: 5
Views: 1873

Re: Getting Error code: 254

Thanks for the output. You have a few of these errors: Another reconfigure process is still running, sleeping... Another reconfigure process is still running, sleeping... Another reconfigure process is still running, sleeping... Another reconfigure process is still running, sleeping... Please follow...
by kyang
Mon Jun 18, 2018 10:20 am
Forum: Open Source Nagios Projects
Topic: Nagios core 4.3.4 LDAP and authorization
Replies: 18
Views: 13737

Re: Nagios core 4.3.4 LDAP and authorization

Thanks for the explanation,

Please understand that I am currently trying this integration with Core when I have time.

I'll be using this information to see if I can recreate it on my end.