Search found 41 matches
- Mon Mar 09, 2015 9:58 am
- Forum: Open Source Nagios Projects
- Topic: Check WMI Plus checkfoldersize
- Replies: 3
- Views: 3723
Re: Check WMI Plus checkfoldersize
That did it! Thank you very much! 
- Fri Mar 06, 2015 4:55 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Plus checkfoldersize
- Replies: 3
- Views: 3723
Check WMI Plus checkfoldersize
I am using the checkfoldersize command in the Check WMI Plus plugin: [root@livm51 plugins]# ./check_wmi_plus.pl -H xxx.xxx.xxx.xxx -m checkfoldersize -u user -p pwd -a C:/Users/username/Documents/folder1 -4 s UNKNOWN - Plugin Timed out (15 sec). There are multiple possible reasons for this, some of ...
- Thu Mar 05, 2015 3:37 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Re: Check WMI Seems Blocked
Okay now wmi works! :mrgreen: [root@livm51 plugins]# ./check_wmi_plus.pl -H xxx.xxx.xxx.xxx -m checkcpu -u username -p pwd Collecting first WMI sample because the previous state data file (/usr/tmp/cwpss_checkcpu__19216819154___.state) contained no data. Results will be shown the next time the plugi...
- Thu Mar 05, 2015 2:16 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Re: Check WMI Seems Blocked
I am following Microsoft link you gave me and I ran into an issue with the command:
See attached screen shot.
I am running cmd as administrator.
What must I do to get this command to work?
Code: Select all
netsh advfirewallI am running cmd as administrator.
What must I do to get this command to work?
- Thu Mar 05, 2015 1:27 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Re: Check WMI Seems Blocked
Thank you. Now I am at the end setting up the Windows Firewall. I have a Windows 8.1 machine I was trying to follow Windows XP instructions but its not the same on Windows 8.1 I went to this window (shown attached screen shot) of the Windows 8.1 firewall settings. Is this the same as opening Port 135?
- Thu Mar 05, 2015 12:23 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Re: Check WMI Seems Blocked
In following these instructions I am getting "Access is denied" error when trying to create a wmi user. See screen shot attached.
What would I have to do to get pass this error?
What would I have to do to get pass this error?
- Thu Mar 05, 2015 12:10 pm
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Re: Check WMI Seems Blocked
We are using Nagios Core NOT Nagios XI. Will these instructions work for Nagios Core?
- Thu Mar 05, 2015 9:55 am
- Forum: Open Source Nagios Projects
- Topic: Check WMI Seems Blocked
- Replies: 10
- Views: 8664
Check WMI Seems Blocked
We have a new server with a clean CentOS 7 install and a clean Nagios Core install which comes with check_wmi_plus packaged in. We are trying to get this to work to read my Windows 8.1 machine. It seems that my windows machine is blocking WMI. Here is what I get when I have my Windows machine firewa...
- Wed Mar 04, 2015 10:25 am
- Forum: Open Source Nagios Projects
- Topic: Configuring Nagios Cross Platform Agent (NCPA)
- Replies: 56
- Views: 35155
Re: Configuring Nagios Cross Platform Agent (NCPA)
We ended up using a new server with a clean CentOS 7 install and a clean Nagios Core install. I think the new Nagios Core install comes with check_wmi_plus packaged in. So my boss did all this as he is a Linux expert. He ran into some problems similar I have posted here but he was able to find and i...
- Mon Feb 23, 2015 10:34 am
- Forum: Open Source Nagios Projects
- Topic: Configuring Nagios Cross Platform Agent (NCPA)
- Replies: 56
- Views: 35155
Re: Configuring Nagios Cross Platform Agent (NCPA)
Okay I ran these commands: [root@develop ~]# updatedb [root@develop ~]# locate check_wmi_plus.ini /usr/lib64/nagios/plugins/check_wmi_plus.d/check_wmi_plus.ini /usr/lib64/nagios/plugins/tmp/check_wmi_plus.d/check_wmi_plus.ini [root@develop ~]# Please let me know what must I do next to get this worki...