Ad Widget

Collapse

Zabbix 1.6.4 Group dropdown list bug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kenr
    Junior Member
    • Aug 2008
    • 7

    #1

    Zabbix 1.6.4 Group dropdown list bug

    In Zabbix 1.6.4 the group selection dropdown on most if not all screens displays the master node name for every group rather than the group name. Here's an example html fragment from the Monitor => Latest Data screen:

    <select id="groupid" name="groupid" class="biginput" size="1" onchange="javascript: submit();">
    <option value="0" selected="selected">all</option>
    <option value="100100000000024">Monitor</option>
    <option value="100100000000015">Monitor</option>
    ...
    </select>
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    There is a patch: http://www.zabbix.com/forum/showthread.php?t=12141
    Zabbix | ex GUI developer

    Comment

    Working...