Ad Widget

Collapse

[zabbix 1.6.2] front-end and cookies.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbix_es
    Senior Member
    • Apr 2007
    • 153

    #1

    [zabbix 1.6.2] front-end and cookies.

    I don't remember if was in revision 1.4.X or before, when you was watching, for example, "Monitoring->Overview" tab with combos "Group=All" and "Type=Data" and you changed to another tab and next you returned to previous one, zabbix front-end then remembered your previous selection but not now.
    Now, If you change to another tab you loose your selection in combo "Group".


    I think that I have read a thread about this issue but I coundn't find it.

    Best regards!
  • ajszi
    Junior Member
    • Sep 2008
    • 5

    #2
    Any news on this?

    Would be much appreciated!

    Thanks

    Comment

    • makini
      Member
      • Jul 2006
      • 59

      #3
      Yeah!

      Same here! Would that be returned?

      I used to hear the same complaints... but I kind'a succeeded to calm down the "masses" that use our zabbix' frontend by setting each web user a default after-login url with pre-selected Monitoring->Triggers(Group:"all",Host:"all") view. Still, when navigated away it returns with some other host selected... Annoying!

      Comment

      • Aly
        ZABBIX developer
        • May 2007
        • 1126

        #4
        In ZABBIX pre1.6.3 introduced two defines:
        Code:
        	define('ZBX_DROPDOWN_FIRST_ENTRY',		0);		// 0 - NONE, 1 - ALL
        	define('ZBX_DROPDOWN_FIRST_REMEMBER',	1);		// 0 - do NOT remember, 1 - do remember
        It's not very well tested yet, but you may try it and help with testing

        Pre of 1.6.3 LINK
        Zabbix | ex GUI developer

        Comment

        • zabbix_es
          Senior Member
          • Apr 2007
          • 153

          #5
          It looks working fine.

          Thank you!

          Comment

          • ajszi
            Junior Member
            • Sep 2008
            • 5

            #6
            Thank you very much Aly, so you're suggesting to try 1.6.3? Thanks very much work the work by the way, Zabbix is fantastic.

            Originally posted by Aly
            In ZABBIX pre1.6.3 introduced two defines:
            Code:
            	define('ZBX_DROPDOWN_FIRST_ENTRY',		0);		// 0 - NONE, 1 - ALL
            	define('ZBX_DROPDOWN_FIRST_REMEMBER',	1);		// 0 - do NOT remember, 1 - do remember
            It's not very well tested yet, but you may try it and help with testing

            Pre of 1.6.3 LINK

            Comment

            Working...