Not directly might be a better answer. I use a bash script and wget to save images:

#!/bin/bash
cd /var/www/html/ntop/archive/hourly
NAME=`date +"%m-%d_at_%H%M"`.png
wget http://127.0.0.1:3000/thptGraph.png?col=1 -O $NAME
.....

This has a name like this: 05-06_at_0500.png


Colin



Burton M. Strauss III wrote:
Can't

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of josh
Sent: Thursday, May 29, 2003 4:34 AM
To: [EMAIL PROTECTED]
Subject: [Ntop] save graphs


Hi All, I have googled and read the ntop documentation but have not found a clear answer to this. How can I save the "Last 60 minutes Average Throughput" graph between reboots?

--
- Josh

    94 F8 9F 3E 9A DB 6E FC  F8 17 F1 B4 C7 51 CB AA   ~. .~   Tk Open
Systems

=}------------------------------------------------ooO--U--Ooo------------{=
     - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il


_______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop


_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to