Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Agent WINDOWS CRASH
-
Agent WINDOWS CRASH
Posted by senjor on January 3, 2011 at 20:32Hello ,
sometimes the agent windows crash writing this in log :2011-01-03 16:10:35 getFreememory error. Member:
Function: GetObject
Error In: GetObjectEx
Error: Unknown runtime error
Code: 8004100e
Source: ApplicationWhat does this mean? how can I fix this?
luismi replied 13 years, 10 months ago 3 Members · 3 Replies -
3 Replies
-
::
Hi!,
Do you have WMI service running ?.
What Windows OS/Version are you using ?
Hello ,
sometimes the agent windows crash writing this in log :2011-01-03 16:10:35 getFreememory error. Member:
Function: GetObject
Error In: GetObjectEx
Error: Unknown runtime error
Code: 8004100e
Source: ApplicationWhat does this mean? how can I fix this?
-
-
::
Hi senjor,
You can see it in Start -> Run and type services.msc. In the new window, localize Windows Management Instrumentation. It have to be started and then you will be able to monitorize Windows system through wmi querys from Pandora FMS.
In your case, you can do a new wmi module with this query:
SELECT FreePhysicalMemory FROM Win32_OperatingSystem
You can find more wmi querys in this url:
http://pandorafms.org/index.php?sec=community&sec2=repository&lng=es&category=86
Regards.