If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
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.
Comment