Search found 5 matches

by morphil
Mon Nov 09, 2020 9:00 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC Query with right value, but false alert value
Replies: 2
Views: 7037

perfect, this works, thanks
by morphil
Mon Nov 09, 2020 4:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC Query with right value, but false alert value
Replies: 2
Views: 7037

ODBC Query with right value, but false alert value

As you can see in the screenshot, the test return value =6 and the alert value is > 100.

Nevertheless it always turns Status=Bad

Image

Did I miss something?
by morphil
Mon Sep 28, 2020 8:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: WMI Explorer: Provider Load Failure
Replies: 5
Views: 10989

It's a bit funky with 32/64bit in powershell, but this works for me Start cmd: powershell.exe %script% %params% $statusAlive = "ScriptRes:Host is alive:" $statusDead = "ScriptRes:No answer:" $statusUnknown = "ScriptRes:Unknown:" $statusNotResolved = "ScriptRes:Unkn...
by morphil
Mon Sep 28, 2020 7:49 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: WMI Explorer: Provider Load Failure
Replies: 5
Views: 10989

thanks for the quick reply. I will try this, so far I didn't needed the rma agent before.

Will there ever be a 64bit Version of Hostmonitor?
by morphil
Mon Sep 28, 2020 7:22 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: WMI Explorer: Provider Load Failure
Replies: 5
Views: 10989

WMI Explorer: Provider Load Failure

With this query select from MSFT_NetConnectionProfile on Root\StandardCimv2 I get the error: Provider Load Failure the same error when I execute it as a shellscript. But it works when I try it on powershell like this: Get-WmiObject MSFT_NetConnectionProfile -Namespace root/StandardCimv2 | Select -Ex...