Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • Agent WINDOWS CRASH

    Posted by senjor on January 3, 2011 at 20:32

    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:  Application

    What does this mean? how can I fix this?

    luismi replied 13 years, 10 months ago 3 Members · 3 Replies
  • 3 Replies
  • Sancho

    Administrator
    January 6, 2011 at 17:25
    2229 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    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:   Application

    What does this mean? how can I fix this?

  • senjor

    Member
    February 7, 2011 at 16:36
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    The Windows OS/version is Xp Professional .
    I don’t see a WMI service Running on the agent machine .

  • luismi

    Member
    February 7, 2011 at 21:38
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    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.