Hi all. I have a query who extract the "top" email sender from our smtp:
zimbra=# SELECT * from get_top_senders(interval '5 min') ;
        msg_from        | count 
------------------------+-------
 x...@myhost.net        |     52
(1 fila)

That means  x...@myhost.net has sent 52 emails in the last 5 minutes.

What a want, is to graph that "52" in the usual way, and having a "legend" or 
label in the graph to inform the top-sender-account
Obviosly, this has to be done in some sort of dynamic way (that "msg_from" 
column is changing the value all the time), but a cant found anything close to 
the solution i want.

Is that even posible?

Thanks for the help.

Gerardo

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to