Search found 7 matches

by rolandkon
Tue Apr 13, 2021 11:46 pm
Forum: Nagios XI
Topic: Upgrade to 5.8.3 results in mrtg issues
Replies: 5
Views: 288

Re: Upgrade to 5.8.3 results in mrtg issues

OK, that's the most plausible explaination. Sometimes the router or switch has some issue with the SNMP configuration and then I will try a few times. I usually then delete all the cfg files but it has happened before that I forgot.
Thanks! I'll leave it there.
by rolandkon
Sat Apr 10, 2021 4:16 am
Forum: Nagios XI
Topic: Upgrade to 5.8.3 results in mrtg issues
Replies: 5
Views: 288

Re: Upgrade to 5.8.3 results in mrtg issues

Thanks for looking into this.

It's a relief to know that after all it's working.
Was what I did OK after all?
by rolandkon
Fri Apr 09, 2021 2:37 am
Forum: Nagios XI
Topic: Upgrade to 5.8.3 results in mrtg issues
Replies: 5
Views: 288

Upgrade to 5.8.3 results in mrtg issues

I upgraded to 5.8.3 this week and after everything going red things went normal after an hour or so. After that I added a router via the whizard and everything looked normal. When after an hour the rrd files were still missing I had a look and decided to throw everything out and do it again. Same re...
by rolandkon
Wed Jan 27, 2021 2:56 am
Forum: Nagios XI
Topic: After Migration to 5.8.1: check_vmware_api_host timeout
Replies: 6
Views: 457

Re: After Migration to 5.8.1: check_vmware_api_host timeout

Okay to lock this up. Cheers!
by rolandkon
Tue Jan 26, 2021 2:47 am
Forum: Nagios XI
Topic: After Migration to 5.8.1: check_vmware_api_host timeout
Replies: 6
Views: 457

Re: After Migration to 5.8.1: check_vmware_api_host timeout

The error message put me on the right track. This is what I did: # cd /tmp # wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.837.tar.gz # tar xvfz libwww-perl-5.837.tar.gz # cd libwww-perl-5.837 # perl Makefile.PL -l # make # make install Thanks! Works like a charm now.
by rolandkon
Tue Jan 26, 2021 2:04 am
Forum: Nagios XI
Topic: After Migration to 5.8.1: check_vmware_api_host timeout
Replies: 6
Views: 457

Re: After Migration to 5.8.1: check_vmware_api_host timeout

Thanks for picking this up. I put in the line for host because I'm only checking the hosts. After a looong wait (more than a minute) I get the following error: CHECK_VMWARE_API.PL CRITICAL - SOAP request error - possibly a protocol issue: <?xml version="1.0" encoding="UTF-8"?> <s...
by rolandkon
Mon Jan 25, 2021 8:07 am
Forum: Nagios XI
Topic: After Migration to 5.8.1: check_vmware_api_host timeout
Replies: 6
Views: 457

After Migration to 5.8.1: check_vmware_api_host timeout

A few days ago I upgraded from 5.7.x on Centos 6 to 5.8.1 on Centos 7 (VMware Image). I did a backup on the old machine, transferred it to the new one and had to update again after that. Anyway, I could make it all work except for the VMware EsXi checks. I installed the VMware vSphere Perl SDK. Firs...