Situation:
We want to monitor many PCs because we have distributed computing. I want to know how many PCs is working on it and how many not. Same situation is with more load balancing hosts doing some job. (maybe more MX backups)
It would be nice to view some group informations for this hosts. Maybe
{@ldap_servers
roc_cnt[smtpd].avg(0)}
would compute avg process for all hosts in this group. I am not interested on absolute number of processess but relative to other hosts.
I know I cannot use all functions in this type of trigger, only summarizing (avg etc.) but it is enaught. And I know it will be more CPU expensive to select data from more hosts..
There could be good function .same(value) which could return number of hosts with same value.
Thanx !
We want to monitor many PCs because we have distributed computing. I want to know how many PCs is working on it and how many not. Same situation is with more load balancing hosts doing some job. (maybe more MX backups)
It would be nice to view some group informations for this hosts. Maybe
{@ldap_servers
roc_cnt[smtpd].avg(0)}would compute avg process for all hosts in this group. I am not interested on absolute number of processess but relative to other hosts.
I know I cannot use all functions in this type of trigger, only summarizing (avg etc.) but it is enaught. And I know it will be more CPU expensive to select data from more hosts..
There could be good function .same(value) which could return number of hosts with same value.
Thanx !