Skip to Content.
Sympa Menu

perfsonar-dev - r1581 - trunk/perfsonar/contrib/MArrd-Cacti

Subject: perfsonar development work

List archive

r1581 - trunk/perfsonar/contrib/MArrd-Cacti


Chronological Thread 
  • From:
  • To:
  • Subject: r1581 - trunk/perfsonar/contrib/MArrd-Cacti
  • Date: Tue, 29 Aug 2006 18:33:51 -0400

Author: rhoden
Date: 2006-08-29 18:33:50 -0400 (Tue, 29 Aug 2006)
New Revision: 1581

Modified:
trunk/perfsonar/contrib/MArrd-Cacti/data_sources-marrd-java.php
Log:
Remove public IP from file.

Modified: trunk/perfsonar/contrib/MArrd-Cacti/data_sources-marrd-java.php
===================================================================
--- trunk/perfsonar/contrib/MArrd-Cacti/data_sources-marrd-java.php
2006-08-29 21:38:14 UTC (rev 1580)
+++ trunk/perfsonar/contrib/MArrd-Cacti/data_sources-marrd-java.php
2006-08-29 22:33:50 UTC (rev 1581)
@@ -48,7 +48,7 @@
***********************************************/

//The IP's address with have access to this script
-$permitedIP = array("127.0.0.1", "200.237.192.33");
+$permitedIP = array("127.0.0.1", "172.16.192.33");
//*** $rra_path ****
// path of yours RRA directory with contain the cacti
// rrd files. You can export this directory to your MA



  • r1581 - trunk/perfsonar/contrib/MArrd-Cacti, svnlog, 08/29/2006

Archive powered by MHonArc 2.6.16.

Top of Page