Welcome to Pandora FMS Community!

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

  • manu

    Member
    September 17, 2008 at 01:42
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    What? Then name of the monitor?

  • darkgate

    Member
    September 17, 2008 at 10:17
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    No, the name space is the root name of the containers that hold WMI infos.

    For example:
    Pandora 2.0 use the default WMI Name Space: rootcimv2
    In this name space you have a lot of informations shared by Windows like Win32_BIOS, Win32_Processor…
    But when you want informations shared by other services like Citrix in my case, the Name Space is different: rootCitrixLicensing.
    So i want to know if it’s possible to change that or not ans how to do it.

    Thanks!

  • manu

    Member
    September 18, 2008 at 03:22
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Unfortunately so far it can’t be changed. Although it’s pretty easy to develop, so if we have some time we could do it. It’s just to add a new parameter.
    Or maybe if you feel like you can do it 🙂

    So long!

  • Sancho

    Administrator
    September 18, 2008 at 06:54
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Namespace will be implemented for beta2. This is an important issue that have been missed on our specifications. Thanks for the posting, darkgate !

  • darkgate

    Member
    September 22, 2008 at 08:01
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    OK. I’am already waiting for this new release.
    Thanks again for this impressive work that is Pandora FMS.

    To manu: I will try to take a look on the WMI php code.
    Can you tell me what are the files that are implicated on the WMI requests?

    Have a good day…

  • manu

    Member
    September 22, 2008 at 08:36
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi darkgate

    The code ain’t in a PHP file, the one doing all the WMI queries is the pandora_wmi (perl file)

  • darkgate

    Member
    September 22, 2008 at 09:00
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Ouch! My knowledge in Perl scripting is very limited.

    Maybe it’s time to me to check out this language 😉

  • manu

    Member
    September 22, 2008 at 09:06
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Don’t you worry, this it’s pretty easy and we’ll include it in the Beta2 of PandoraFMS 2.0.
    However, I’m not going to be the one stopping you if you want to develop it now 🙂

    Thanks for choosing pandora!

  • darkgate

    Member
    September 22, 2008 at 09:10
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    OK, I will be patient.
    Thanks.

  • Sancho

    Administrator
    September 26, 2008 at 16:16
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    This new feature has been commited to our public code repository two days ago, If you’re in a hurry you can try to get from SVN directly and update your system. If you can wait, probably in two weeks we launch final version with this new hack included.