Jason,
I found the problem.
Please change line 15 of engine/graphs/rtt.inc.php from:
if (!empty($data["peer"])) $opts_GRAPH[]="COMMENT:'Peer IP Address: ".$data["$peer"]."'";
to:
if (!empty($data["peer"])) $opts_GRAPH[]="COMMENT:'Peer IP Address: ".$data["peer"]."'";
That is remove the $ from $peer.
Javier
-----Original Message-----
From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Sunday, July 18, 2004 9:03 PM
Cc: '[EMAIL PROTECTED]'
Subject: Re: [jffnms-users] Peer IP address not shown in RTT/Loss graphs
Jason,
Add this:
debug ($data);
to the engine/graphs/rtt.inc.php file and show me the results.
You will have to select the RTT graph. You could also send me the graph PNG.
Javier
Jason Humes wrote:
Hi
Is there any reason that the peer ip address does not show up on the bottom of the RTT/Loss graphs? IF I look at the interface under administration, I see that its discovered the peer ip, but its not shown in the graph. Thanks.
Jason
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED]
I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
