A nice feature we would like to have is submit item's values to a formula before use this value to construct the graphic (like we have in trigger's configuration).
Example 1 - Graphic to measure the load average of a cluster:
(server1.tld:system[procload5]+server2.tld:system[procload5]+server3.tld:system[procload5])/3
Example 2 - Graphic to measue the difference of numbers of process:
server1.tld
roc_cnt[authd]-server1.tld
roc_cnt[serverd]
Another nice feature is to label a host to clarify the host list:
Label: Server 1
Host: server1.tld
[x] use IP: 192.168.0.1
[]s, Marcos
Example 1 - Graphic to measure the load average of a cluster:
(server1.tld:system[procload5]+server2.tld:system[procload5]+server3.tld:system[procload5])/3
Example 2 - Graphic to measue the difference of numbers of process:
server1.tld
roc_cnt[authd]-server1.tld
roc_cnt[serverd]Another nice feature is to label a host to clarify the host list:
Label: Server 1
Host: server1.tld
[x] use IP: 192.168.0.1
[]s, Marcos