[rrd-users] Re: Value of emails per minute or per 5 minutes

2006-12-15 Thread Alex van den Bogaerdt
On Fri, Dec 15, 2006 at 12:06:19PM -0300, Oliver Schulze L. wrote: > Thanks Simon and Alex, > I'm doing this now: > DEF:a1=mimedefang.rrd:ok:AVERAGE \ > CDEF:a=a1,60,* \ > GPRINT:a:AVERAGE:" Now\:%02.0lf email/m\n" \ > > but my "Y" scale have jumped to 1600+, an

[rrd-users] Problem with Graph DATA and PNG Size

2006-12-15 Thread Alejandro Galue
Hello, I'm using rrdtool 1.12.15. The problem: "The graph behavior depends on the size of PNG". I attached two graphs as example: Graph 1 http://lists.ee.ethz.ch/p/03-g1.png Graph 2 http://lists.ee.ethz.ch/p/03-g2.png The real data is showed on "Graph 2" (the big one); but "Graph 1" (the sm

[rrd-users] Re: Value of emails per minute or per 5 minutes

2006-12-15 Thread Oliver Schulze L.
Thanks Simon and Alex, I'm doing this now: DEF:a1=mimedefang.rrd:ok:AVERAGE \ CDEF:a=a1,60,* \ GPRINT:a:AVERAGE:" Now\:%02.0lf email/m\n" \ but my "Y" scale have jumped to 1600+, and I don't receive 1600 emails per minute. But the gprint prints correctly "11 em

[rrd-users] Re: Value of emails per minute or per 5 minutes

2006-12-15 Thread Alex van den Bogaerdt
On Fri, Dec 15, 2006 at 01:38:58PM +, Simon Hobson wrote: > >Since I have too few volumen of emails per seconds, I would like > >to graph instead of emails/s, the value of emails/min (emails per minute) > > Multiply by 60 to get /minute, multiply by 300 to get > /5minutes, by 3600 to get /ho

[rrd-users] Re: Value of emails per minute or per 5 minutes

2006-12-15 Thread Simon Hobson
Oliver Schulze L. wrote: >Since I have too few volumen of emails per seconds, I would like >to graph instead of emails/s, the value of emails/min (emails per minute) Multiply by 60 to get /minute, multiply by 300 to get /5minutes, by 3600 to get /hour ... -- Unsubscribe mailto:[EMAIL PROTECTED]

[rrd-users] Value of emails per minute or per 5 minutes

2006-12-15 Thread Oliver Schulze L.
Hi, I have a script that return the current count of received emails. My rrd looks like this: rrdtool create mimedefang.rrd \ DS:ok:DERIVE:600:0:U\ DS:spam:DERIVE:600:0:U \ DS:virus:DERIVE:600:0:U \ DS:dnsbl:DERIVE:600:0

[rrd-users] Re: GetHTTP

2006-12-15 Thread Matt
Fwid Simon, you completely write the Nagios check_http plugin will time the transfer too. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Tuesday, 12 December 2006 10:47 PM To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] Re: GetHTTP