Search found 4 matches

by ryan_terry
Tue Jan 07, 2014 11:33 am
Forum: Open Source Nagios Projects
Topic: check_wmi plugin time-out
Replies: 6
Views: 3557

Re: check_wmi plugin time-out

Administrator accounts. One is a domain accoutn and one is a local account. They work 99% of the time, just have spots a few times a week where they stop. Both accounts stop at the same time, regardless if they are local accounts or domain accounts.
by ryan_terry
Mon Jan 06, 2014 5:08 pm
Forum: Open Source Nagios Projects
Topic: Nagios interface won't display, php file downloaded instead
Replies: 38
Views: 52149

Re: Nagios interface won't display, php file downloaded inst

Looks like you have apache2 installed but not php.

Code: Select all

sudo apt-get install php5
by ryan_terry
Mon Jan 06, 2014 4:39 pm
Forum: Open Source Nagios Projects
Topic: check_wmi plugin time-out
Replies: 6
Views: 3557

Re: check_wmi plugin time-out

Correct, all WMI checks fail, but other checks such as ping are just fine. It happens to every host that has the check_wmi plugin configured.
by ryan_terry
Mon Jan 06, 2014 3:57 pm
Forum: Open Source Nagios Projects
Topic: check_wmi plugin time-out
Replies: 6
Views: 3557

check_wmi plugin time-out

I have about 250 servers in my environment. I have about 15 hosts that use the check_wmi plugin to check service status on windows hosts. Several times a week (3-5 times) the plugin says it times out for about 2 minutes, then it responds again. I have this affects all hosts using check_wmi regardles...