Hello
Can you add the "order by host" after the line 269 in "popup.php" ? The dropdown menu with the hosts has otherwise the order of the hostid.
Sorry that I don't provide a patch file. But for the future, can someone tell me the options for diff expected by ZABBIX developers ?
Andreas
Can you add the "order by host" after the line 269 in "popup.php" ? The dropdown menu with the hosts has otherwise the order of the hostid.
Code:
$sql .= DBid2nodeid("h.hostid")."=".$nodeid.
" and h.hostid in (".$accessible_hosts.")".
($monitored_hosts ? " and h.status=".HOST_STATUS_MONITORED : "")[B][COLOR=Red].
" order by host";[/COLOR][/B]
Andreas
Comment