Hi,
The problem is the same with Windows 2012 R2.
CU
Gérald
Search found 7 matches
- Tue Dec 05, 2017 5:59 am
- Forum: Nagios XI
- Topic: monitoring Windows EventLog Events using wmic
- Replies: 16
- Views: 10704
- Tue Dec 05, 2017 5:55 am
- Forum: Open Source Nagios Projects
- Topic: Check_WMI_Plus Services
- Replies: 5
- Views: 3830
Re: Check_WMI_Plus Services
Hi Kyang, I miss this article in my search https://support.nagios.com/kb/article.php?id=476 I think I am in this case. I can add information, It is not only on Win2K8 but the problem is the same with win2012. I'll bookmark this KB and wait for a solution. I hope the conclusion won't stay at this pos...
- Thu Nov 30, 2017 10:27 am
- Forum: Open Source Nagios Projects
- Topic: Check_WMI_Plus Services
- Replies: 5
- Views: 3830
Re: Check_WMI_Plus Services
Hi mcapra, thanks for read my problem and try to help me. All the param 's told in documentation have been done. If I didn't, I do not have any result. The section "configure a wmi user on the windows machine" is almost old, but I did it. My user Nagios was create and I set the permission ...
- Thu Nov 30, 2017 9:22 am
- Forum: Open Source Nagios Projects
- Topic: Check_WMI_Plus Services
- Replies: 5
- Views: 3830
Check_WMI_Plus Services
Hi, after check all possibility find on www I come here. I have setup a nagios core, and add the plugin check_wmi_plus. I get some strange result on the services check. I explain : I create a user in Active Directory whose account name is "Nagios". I put this user in domain admin group and...
- Wed Apr 22, 2015 2:27 am
- Forum: Nagios XI
- Topic: Using Wmic to monitore W2k12
- Replies: 5
- Views: 3324
Re: Using Wmic to monitore W2k12
Yes if I find a solution, I'll post it here and tag as resolved.
Thanks
Thanks
- Tue Apr 21, 2015 2:01 am
- Forum: Nagios XI
- Topic: Using Wmic to monitore W2k12
- Replies: 5
- Views: 3324
Re: Using Wmic to monitore W2k12
Hi, thanks for your reply. I don't want to use powershell script like a nrpe system. Actually I'm looking for downgrade the security of the namespace but... It is very strange that wmic can't ask with this type of security, becouse I read in stackoverflow that for IIS6 it is the same security level....
- Mon Apr 20, 2015 10:06 am
- Forum: Nagios XI
- Topic: Using Wmic to monitore W2k12
- Replies: 5
- Views: 3324
Using Wmic to monitore W2k12
Hi, I have a Cluster of Files Server under win2012. It is setup as Actif/Actif. I wanna monitore it with my Nagios. I add wmic binary file to check wmi. All is good for example : - wmic -U 'Domain\admin'%password --namespace='Root\cimv2' //192.168.174.230 "select * from win32_process" => G...