Search found 42 matches

by kgugerty
Mon Mar 13, 2017 10:09 am
Forum: Nagios XI
Topic: Host Group Summary blank
Replies: 4
Views: 234

Re: Host Group Summary blank

Thank you very much! Those were insightful articles. Here is specifically what we did: 1. We ran the upgrade to 5.4.2 - Per the KB Article https://support.nagios.com/kb/article.php?id=562&show_category=44 , it appears there was a bug in 5.4.0 and 5.4.1. Instead of applying the fix in the article...
by kgugerty
Thu Mar 09, 2017 2:10 pm
Forum: Nagios XI
Topic: Host Group Summary blank
Replies: 4
Views: 234

Host Group Summary blank

Hello, I am running Nagios XI 5.4.0 with Mod_Gearman installed. Currently there are no external workers. Attached is a screenshot of the current stats on the server. Also attached is a screenshot of the gearman_top2 Output. I am monitoring an all Windows environment with Check_WMI_Plus. The issues I...
by kgugerty
Sat Mar 04, 2017 8:35 am
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

Yes, this can be locked. Thank you very much for your help getting through this.
by kgugerty
Thu Feb 16, 2017 11:03 am
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

You brought up the idea previously of changing the script to attempt to resolve the FQDN then use the IP. That doesn't require too many changes to the code actually. In the modules section near the top, make sure to add the following: use Socket; Around line 1980, change this: # now add the namespa...
by kgugerty
Wed Feb 15, 2017 5:52 pm
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

@mcapra The last command " pip install pycrypto" produced an error message. pip install impacket pip install pyasn1 pip install pycrypto ... error: command 'gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, ...
by kgugerty
Wed Feb 15, 2017 4:11 pm
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

@tgriep The link below is for wmic commands information. https://www.aldeid.com/wiki/Wmic-linux Thanks, I will check this site out. When you run the wmic command, use the IP address and not the DNS name of the server, does that work? Yes, this works, but we are set up for DHCP not static, so this co...
by kgugerty
Wed Feb 15, 2017 11:36 am
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

This has been an issue for over a month now. wmic -U Domain/User%Password --namespace="root\cimv2" --debuglevel 1 //<Serverfqdn> "select * from Win32_OperatingSystem" [auth/kerberos/kerberos_util.c:236:kinit_to_ccache()] kinit for User@Domain failed (Cannot contact any KDC for re...
by kgugerty
Tue Jan 24, 2017 4:05 pm
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

Can you install this Microsoft Hotfix and see if that helps out? https://support.microsoft.com/en-us/help/981314/the-win32-service-wmi-class-leaks-memory-in-windows-server-2008-r2-and-in-windows-7 The hotfix / subsequent update has already been applied to our systems. Additionally, we are not exper...
by kgugerty
Fri Jan 20, 2017 3:50 pm
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

PM sent to mcapra and tgriep with info requested.
by kgugerty
Fri Jan 20, 2017 1:54 pm
Forum: Nagios XI
Topic: Check_WMI_Plus error when no results from eventlog
Replies: 39
Views: 14323

Re: Check_WMI_Plus error when no results from eventlog

# ls -al /usr/bin | grep wmi lrwxrwxrwx 1 root root 19 Jan 11 14:16 wmic -> /usr/local/bin/wmic -rw-r--r-- 1 root root 52480000 Dec 1 2011 wmic_1.3.13_static_64bit.tar.gz lrwxrwxrwx 1 root root 19 Jan 9 12:00 wmic.old -> /usr/local/bin/wmic # find / -name wmic /usr/bin/wmic /usr/local/bin/wmic