Pages: [1]   Go Down
Author Topic: How to set the home page of pandora-fms console  (Read 334 times)
0 Members and 1 Guest are viewing this topic.
fabbri67
Newbie
*

Karma: 0
Offline Offline

Posts: 2


View Profile
« on: September 15, 2011, 01:27:56 PM »

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

Logged

tpalacios
Administrator
Sr. Member
*****

Karma: 8
Offline Offline

Posts: 190


The Game


View Profile
« Reply #1 on: September 15, 2011, 09:06:16 PM »

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:

Code:
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.
Logged

fabbri67
Newbie
*

Karma: 0
Offline Offline

Posts: 2


View Profile
« Reply #2 on: September 16, 2011, 09:35:40 AM »

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:

Code:
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 .  :-)

Logged

tpalacios
Administrator
Sr. Member
*****

Karma: 8
Offline Offline

Posts: 190


The Game


View Profile
« Reply #3 on: September 19, 2011, 11:37:06 AM »

If you want something more advanced... check this ;)

Quote
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.
Logged

Pages: [1]   Go Up
Print
 
Jump to:  


SourceForge.net Logo  This site is monitored by Pandora FMS   ArticaST