Hello
Is it possible on web to choose keys for host from drop-down box instead of typing it?
James Wells
10-10-2005, 20:13
Greetings,
At present that's not really possible on a global level, however, you could customize it for your site. The problem is the way Zabbix supports custom keys and UserParams. To make it work on a global level, we would need to eliminate the custom keys or create a mechanism to add customs to the list dynamically. Additionally, since the keys are themselves semi-dynamic, it makes this even more difficult. For example, you may want to monitor disk usage for /dev/hda0, whereas I want to monitor disk usage for /dev/md0 or /dev/sda1, etc.