Search found 1402 matches

by mbellerue
Fri Jan 14, 2022 6:04 pm
Forum: Nagios Log Server
Topic: Can I uninstall Log4j from my cluster
Replies: 24
Views: 8868

Re: Can I uninstall Log4j from my cluster

Hi everyone,

I apologize for the radio silence here. We've had our devs looking into this the last couple of days, and are going to be looking into it further next week. I'm told we can expect an official response to this issue next week. Thank you very much for your patience in this.
by mbellerue
Mon Apr 05, 2021 10:26 am
Forum: Nagios XI
Topic: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist
Replies: 12
Views: 1982

Re: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist

961 is the last thing to be run before the script dies. But is it being called from the same place? There are a lot of places that call the return_host_performance_values function. Let's try a new set of break points against the working and non-working hosts. b 1281 b 1303 b 1326 b 1361 Each of the ...
by mbellerue
Wed Mar 31, 2021 10:12 am
Forum: Nagios XI
Topic: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist
Replies: 12
Views: 1982

Re: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist

Oh I also forgot to call out, good catch on the version number thing. I was running the same version as you, but apparently I had modified my version a bit, and that's why the line numbers were off. I have refreshed with a clean copy of the script, and just to be sure, if we have to set up any more ...
by mbellerue
Wed Mar 31, 2021 10:10 am
Forum: Nagios XI
Topic: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist
Replies: 12
Views: 1982

Re: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist

Excellent digging! That line 684 is part of a larger if statement. I mentioned that I wasn't sure that we'd hit break points 3 or 4, and that's because I thought for some reason it was hitting that elsif at line 681, which as you were able to confirm, it is. I suspect that if you run the same break ...
by mbellerue
Tue Mar 30, 2021 12:09 pm
Forum: Nagios XI
Topic: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist
Replies: 12
Views: 1982

Re: CHECK_VMWARE_API.PL CRITICAL - Host "" does not exist

I think we're going to have to delve into the perl debugger to see what's going on. First, we'll launch the debugger like this. perl -d /usr/local/nagios/libexec/check_vmware_api.pl -H "172.27.0.21" -u 'nagios' -p '<censored>' -l "CPU" -vvv Next, we're going to add a couple of br...
by mbellerue
Wed Nov 18, 2020 5:25 pm
Forum: Nagios XI
Topic: ERROR: User has (global) notifications disabled!
Replies: 1
Views: 325

Re: ERROR: User has (global) notifications disabled!

This is expected if the account in question, in this case nagiosadmin, does not have notifications enabled. If you login as nagiosadmin, then click on the nagiosadmin name in the upper right corner, then select Notification Preferences, there will be an Enable Notifications check box. If it's unchec...
by mbellerue
Thu Oct 01, 2020 9:22 am
Forum: Nagios Log Server
Topic: feature request : time periods
Replies: 5
Views: 745

Re: feature request : time periods

For syslog, it is grabbing the timestamp field. I think timestamp may be different based on the Linux distro that the log files are coming from. For example, I have an Ubuntu server sending logs to Log Server, and the timestamp field shows "Oct 1 09:18:05" That's 2 spaces between Oct and 1...
by mbellerue
Wed Sep 30, 2020 12:48 pm
Forum: Nagios XI
Topic: Could not complete SSL handshake
Replies: 3
Views: 389

Re: Could not complete SSL handshake

Are the hosts running NRPE also running old operating systems? I've run into this issue when the DH key size on the host to be monitored is too small (512 bytes) to be considered valid by the OS that XI was installed on. If that is the case, the Enhanced Security guide might help. https://support.na...
by mbellerue
Wed Sep 30, 2020 12:43 pm
Forum: Nagios XI
Topic: API not returning pretty JSON
Replies: 2
Views: 303

Re: API not returning pretty JSON

I'm getting the pretty output. Just a quick thing I noticed, though, your command posted here doesn't have quotes around it. When I copied and pasted into my environment, replaced the XI IP and API key, I did get big, ugly output. Can you confirm that the command you're running looks more like this?...
by mbellerue
Wed Sep 30, 2020 12:38 pm
Forum: Nagios XI
Topic: send_nrdp.sh and newline in output
Replies: 3
Views: 390

Re: send_nrdp.sh and newline in output

What happens if you put <br /> in place of the \n?

You will want to also enable HTML tags in Host/Service status. To do this got to Admin -> System Config -> System Settings -> Check the "Allow HTML Tags in Host/Service Status."