When creating trigger, we often use constant.
For example, {server1:vfs.fs.size[/opt,pfree]}<20
When many triggers are using the same test constant, il will be very find to be able to create inside Zabbix some king of "user" variables that can be then use like zabbix macro.
The previous example then become
{server1:vfs.fs.size[/opt,pfree]}<{MIN_FS}
The main idea is to be able the change from one point the behaviour of hundreds of items
What do U think about Alex' ?
For example, {server1:vfs.fs.size[/opt,pfree]}<20
When many triggers are using the same test constant, il will be very find to be able to create inside Zabbix some king of "user" variables that can be then use like zabbix macro.
The previous example then become
{server1:vfs.fs.size[/opt,pfree]}<{MIN_FS}
The main idea is to be able the change from one point the behaviour of hundreds of items
What do U think about Alex' ?
Comment