Hello,
When I open the wbemtest and I want to login, am getting a error. User credentials can not be used for local connections. Maybe this has something to do with it?
(I use root/default for the Server/Namespace)
I will check the microsoft site! Maybe it's usefull.
Gr,
Channing
Search found 12 matches
- Thu Aug 01, 2013 2:31 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
- Wed Jul 31, 2013 7:08 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
Re: Unknown - No data received from WMI
Hello, Yes my user has admin acces. The weird thing is that the "Unknown - No data received from WMI" error, is only on the disk checks and not on the other checks, those other checks are fine. So I don't think it has something to do with rights. With the "Timeout connecting to WMI on...
- Mon Jul 29, 2013 2:36 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
Re: Unknown - No data received from WMI
Hello,
It still doesn't work for me with those arguments.
It still doesn't work for me with those arguments.
- Wed Jul 24, 2013 9:52 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
- Wed Jul 24, 2013 2:55 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
Re: Unknown - No data received from WMI
When I run it on the commandline I'm getting the same error.
So there is no other solution then to upgrade the agent? Because I'm almost done so I would rather not start al over again haha. I'm using nrpe_nt now!
So there is no other solution then to upgrade the agent? Because I'm almost done so I would rather not start al over again haha. I'm using nrpe_nt now!
- Tue Jul 23, 2013 7:15 am
- Forum: Open Source Nagios Projects
- Topic: Unknown - No data received from WMI
- Replies: 11
- Views: 8159
Unknown - No data received from WMI
Hello, I have some issues with some of the disk checks. I get the following error on some of the windows hosts: Unknown - No data received from WMI. All the rest of the checks on the windows hosts are working properly but on some windows hosts only the disk checks don't work. I use the check_disk_io...
- Mon Jul 22, 2013 4:18 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Windows doesn't check 2nd network card
- Replies: 7
- Views: 3048
Re: NRPE Windows doesn't check 2nd network card
@Yancy I've executed ur script wrong haha. I''ve done it properly now and found out that the name of the second networkcard isn't VMware Accelerated AMD PCNet Adapter #2 but VMware Accelerated AMD PCNet Adapter _2. I've used it before but didn't notice the space between Adapter and the underscore be...
- Mon Jul 22, 2013 2:58 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Windows doesn't check 2nd network card
- Replies: 7
- Views: 3048
Re: NRPE Windows doesn't check 2nd network card
I forgot to mention that am using the script twice. For the first networkcard I use get_netio and for the second I use get_netio, both with the same cscript. command[get_netio]=cscript.exe //nologo //T:60 c:\nrpe_nt\plugins\v2\check_network_io.vbs -h "$ARGR$1" -inst "VMware Accelerate...
- Mon Jul 22, 2013 2:36 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Windows doesn't check 2nd network card
- Replies: 7
- Views: 3048
Re: NRPE Windows doesn't check 2nd network card
Can you post the plugin or link to where you found it? This doesn't sound like an issue with nrpe, but the script you are using, just to clarify. It's the check_network_io.vbs ' Copyright 2007 GroundWork Open Source Inc. ' ' This program is free software; you can redistribute it and/or ' modify it ...
- Tue Jul 16, 2013 2:54 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Windows doesn't check 2nd network card
- Replies: 7
- Views: 3048
NRPE Windows doesn't check 2nd network card
I'm implementing Nagios on our windows servers. They all have 2 network cards, for example, "Network card name" & "Network card name #2". But nagios gives an error of the second network card on all servers! UNKNOWN 07-16-2013 09:42:44 7d 16h 42m 4s 3/3 Unknown - Network card ...