Re: Set Global Value

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема Re: Set Global Value
Дата
Msg-id CAFOhELf9s6nUc1WcG-vVEmVc1VjFwxmsoqE7M3-4zxxx0CtxcQ@mail.gmail.com
обсуждение исходный текст
Ответ на Set Global Value  ("Silvera, Ignacio" <ignacio.silvera@atos.net>)
Ответы Re: Set Global Value  ("Silvera, Ignacio" <ignacio.silvera@atos.net>)
Список pgadmin-support
Hi,

On Thu, Sep 21, 2017 at 9:03 PM, Silvera, Ignacio <ignacio.silvera@atos.net> wrote:

Hi! How are you? I'm new on pgAdmin4.

I need to set the refresh of Dashboards globally to all users. We need to set all the variables (I/O statistics, sessions statistics, etc) on 60 seconds to all users permamnent, and do not permit to modifiy it.

You can set the refresh rate of the Graphs per user through File > Preferences dialogue. 
In the Preferences dialogue select Dashboards > Graphs to set the desired values.

Right now, you can not restrict users to modify them and also can't set it globally for all the users, it should be per user basis.

We installed pgAdmin4 following the next link: http://yallalabs.com/linux/how-to-install-pgadmin-4-in-desktop-mode-on-ubuntu-16-04/

I found the code on /opt/pgAdmin4/.pgadmin4/lib/python2.7/site-packages/pgadmin4/pgadmin/dashboard/__init__.py and the following code:

self.session_stats_refresh = self.dashboard_preference.register(
            'dashboards', 'session_stats_refresh',
            gettext("Session statistics refresh rate"), 'integer',
            1, min_val=1, max_val=999999,
            category_label=gettext('Graphs'),
            help_str=gettext('The number of seconds between graph samples.')
        )

        self.session_stats_refresh = self.dashboard_preference.register(
            'dashboards', 'tps_stats_refresh',
            gettext("Transaction throughput refresh rate"), 'integer',
            1, min_val=1, max_val=999999,
            category_label=gettext('Graphs'),
            help_str=gettext('The number of seconds between graph samples.')
        )

        self.session_stats_refresh = self.dashboard_preference.register(
            'dashboards', 'ti_stats_refresh',
            gettext("Tuples in refresh rate"), 'integer',
            1, min_val=1, max_val=999999,
            category_label=gettext('Graphs'),
            help_str=gettext('The number of seconds between graph samples.')
        )

        self.session_stats_refresh = self.dashboard_preference.register(
            'dashboards', 'to_stats_refresh',
            gettext("Tuples out refresh rate"), 'integer',
            1, min_val=1, max_val=999999,
            category_label=gettext('Graphs'),
            help_str=gettext('The number of seconds between graph samples.')
        )

        self.session_stats_refresh = self.dashboard_preference.register(
            'dashboards', 'bio_stats_refresh',
            gettext("Block I/O statistics refresh rate"), 'integer',
            1, min_val=1, max_val=999999,
            category_label=gettext('Graphs'),
            help_str=gettext('The number of seconds between graph samples.')
        )

Thanks in advance!

Regards

--

blue_strip

Ignacio Silvera

B&PS (Business & Platform Solutions) – Atos Uruguay

Tel: +598 24871169, int 102

ignacio.silvera@atos.net

Luis A. de Herrera 2802

Montevideo, Uruguay

Atos.net

atos_logotype

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

 


Thanks,
Khushboo 

В списке pgadmin-support по дате отправления:

Предыдущее
От: "Silvera, Ignacio"
Дата:
Сообщение: Set Global Value
Следующее
От: Nicholas Ho
Дата:
Сообщение: Unable to install pgadmin4-v1 to Centos 7.3