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 Help extracting diagnostic info to use it in Java

  • Help extracting diagnostic info to use it in Java

    Posted by Jon on October 21, 2009 at 16:13

    Hi, I just installed Pandora FMS and I want to use the information captured by Pandora, in a Java program, is it even possible?

    if so, how could I do it?

    Thanks.

    Jon replied 15 years, 4 months ago 2 Members · 2 Replies
  • 2 Replies
  • raul

    Member
    October 21, 2009 at 17:44
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    All the information harvested is stored into database… so if you can connect from your application to the MySQL database, it will be possible to get that information.

  • Jon

    Member
    October 21, 2009 at 18:25
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    thanks, I haven´t already configured the program properly so don’t know if the info is organised clearly in the database, if you could comment on that i would appreciate.

    If so, i think it wouldn’t be hard to access from Java.