Update of /export/home/ntop/ntop/plugins
In directory unknown:/tmp/cvs-serv1027/plugins

Modified Files:
        rrdPlugin.h 
Log Message:
Add local/remote traffic graph to the historical interface statistics.

This defines the new graph in rrdPlugin.h

--- plugins/rrdPlugin.h.orig    2005-04-03 15:06:51.876273512 +0200
+++ plugins/rrdPlugin.h 2005-04-03 16:05:29.349536296 +0200
@@ -291,6 +291,13 @@
   NULL
 };

+static const char *rrd_summary_local_remote_ip_bytes[] = {
+  "ipLocalBytes",
+  "ipLocalToRemoteBytes",
+  "ipRemoteToLocalBytes",
+  NULL
+};
+
 static const char *rrd_summary_host_sentRcvd_packets[] = {
   "pktSent",
   "pktRcvd",



_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to