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 Advanced troubleshooting How to set the home page of pandora-fms console

  • How to set the home page of pandora-fms console

    Posted by fabbri67 on septiembre 15, 2011 at 16:27

    Hallo,
    just a question.

    How can I set the home page of pandora-fms console ?

    So, I would like to configure the pandora-fms console home page:
    the first page that the user sees after logging into console.

    For example:
    I would like that the initial page (the home page) is
    the same page of “view agents”->”agents/modules view”  :

    how can I perfom this configuration ?

    Thank in advance anyone willing to help me

    tpalacios replied 13 years, 4 months ago 2 Members · 3 Replies
  • 3 Replies
  • tpalacios

    Member
    septiembre 16, 2011 at 00:06
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Good evening.

    This is a bit complicated, but possible. Let’s go step by step:

    1) Go to the console setup and set up an auto-login (hash) password.

    2) Calculate the md5sum of the user + the auto-login password with no separations this way:

    echo -n "userpass" | md5sum

    3) Build your link. In your case this link would be something like:

    http://localhost/pandora_console/index.php?extension_in_menu=estado&sec=extensions&sec2=extensions/agents_modules&loginhash_data=md5sum&loginhash_user=user&loginhash=1

    Where md5sum is the md5 you’ve calculated before and user is the user you you want to use the link (the one in the md5sum).

    I hope this helps you. 😉

    Regards.

  • fabbri67

    Member
    septiembre 16, 2011 at 12:35
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Good evening.

    This is a bit complicated, but possible. Let’s go step by step:

    1) Go to the console setup and set up an auto-login (hash) password.

    2) Calculate the md5sum of the user + the auto-login password with no separations this way:

    echo -n "userpass" | md5sum

    3) Build your link. In your case this link would be something like:

    http://localhost/pandora_console/index.php?extension_in_menu=estado&sec=extensions&sec2=extensions/agents_modules&loginhash_data=md5sum&loginhash_user=user&loginhash=1

    Where md5sum is the md5 you’ve calculated before and user is the user you you want to use the link (the one in the md5sum).

    I hope this helps you. 😉

    Regards.

    I followed your steps, and it works well !!

    Thank you very much for your help .  🙂

  • tpalacios

    Member
    septiembre 19, 2011 at 14:37
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    If you want something more advanced… check this 😉

    Auto login (hash) password

    Defines an static and symmetrical password, used to create a hash and to make possible the automatic validation through URL. It is used to incorporate Pandora in other WEB application that gives it as parameter a user name and that using a hash generated by the user name. This password should allow the automatic validation in Pandora FMS, without needing to introduce a password. To see an example of this integration see the file /extras/sample_login.php from Pandora FMS console.