Welcome to Pandora FMS Community!

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

Welcome to Pandora FMS Community Forums Community support Non Initialized module

  • Non Initialized module

    Posted by WILD9 on August 12, 2010 at 02:15

    Can anyone tell me why

    module_begin
    module_name log_eventtest
    module_type generic_data_string
    module_logevent
    module_description System errors test
    module_source System
    module_eventtype Information
    module_end

    would constantly come back as a Non Initialized module

    when

    module_begin
    module_name System Events (Log Me In)
    module_type generic_data_string
    module_logevent
    module_description Log Events coming from Log Me In
    module_source Application
    module_application LogMeIn
    module_end

    works absolutely fine

    server is the latest VMWare Virtual Appliance and host PC is Server 2008 32 SP2 with the latest 3.1 windows client installed

    Thanks

    raul replied 14 years, 6 months ago 3 Members · 2 Replies
  • 2 Replies
  • raul

    Member
    August 17, 2010 at 22:23
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    -1
    Down
    Drop it
    ::

    Any info in any log? (/var/log/pandora/*)

  • Sancho

    Administrator
    August 20, 2010 at 22:09
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    It’s because you don’t get any data from the module called “log_eventtest”, probably in the source “System” and with type “Information” you dont have any data, try to remove the “eventtype” filter and you will get more data.

    Can anyone tell me why

    module_begin
    module_name log_eventtest
    module_type generic_data_string
    module_logevent
    module_description System errors test
    module_source System
    module_eventtype Information
    module_end

    would constantly come back as a Non Initialized module

    when

    module_begin
    module_name System Events (Log Me In)
    module_type generic_data_string
    module_logevent
    module_description Log Events coming from Log Me In
    module_source Application
    module_application LogMeIn
    module_end

    works absolutely fine

    server is the latest VMWare Virtual Appliance and host PC is Server 2008 32 SP2 with the latest 3.1 windows client installed

    Thanks