Welcome to Pandora FMS Community!

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

Bienvenido a la comunidad de Pandora FMS Forums Community support Graphs don’t show time or date

  • Graphs don’t show time or date

    Posted by Rai on noviembre 12, 2007 at 21:53

    Hi, I’ve installed the program and when I generate a graph I don’t get values of date or time on my x axis. What can be the cause of this??

    manu replied 17 years, 3 months ago 5 Members · 6 Replies
  • 6 Replies
  • Sancho

    Administrator
    noviembre 13, 2007 at 03:29
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi, I’ve installed the program and when I generate a graph I don’t get values of date or time on my x axis. What can be the cause of this??

    Problems with font, check paths and permissions for .ttf file.

  • raul

    Member
    noviembre 14, 2007 at 02:14
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi, I’ve installed the program and when I generate a graph I don’t get values of date or time on my x axis. What can be the cause of this??

    Check include/config.php file. You MUST HAVE the variable $config_homedir to the folder you installed pandora

    as an example:

    [code:1]$config_homedir=”/var/www/pandora_console/”;

    This is written in the installation page, step 3:

    Full path to HTTP publication directory
    For example /var/www/pandora_console/. Needed for graphs and attachments.

    Raul

  • Rai

    Member
    noviembre 14, 2007 at 13:02
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I´ve solved it. Thank you very much.

  • TurricanII

    Member
    noviembre 17, 2007 at 03:58
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    How did you solve it? If others find your post it would be nice to find the answer with it! Thx

  • Rai

    Member
    noviembre 23, 2007 at 14:28
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I meant I had solved it using the last solution Raul had posted:

    Check include/config.php file. You MUST HAVE the variable $config_homedir to the folder you installed pandora

    as an example:

    Code:
    $config_homedir=”/var/www/pandora_console/”;

  • manu

    Member
    noviembre 23, 2007 at 14:46
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I’ve added this to the PandoraFMS FAQ at: http://www.openideas.info/wiki/index.php?title=Pandora:FAQ

    Thank you all very much