Hi,

The title of my graphics issued by view_performance.php is missing the 
"description" field of the interface. I activate the debug($graph) in 
view_performance.php and in the browser I see :


Array
(
    [id] => 52
    [host] => 2
    [type] => 4
    [sla] => 5
    [client] => 3
    [show_rootmap] => 1
    [interface] => Trk6
    [poll] => 2
    [check_status] => 1
    [make_sound] => 1
etc.
)

but there is no field [description] => xxxxx

The title is defined line 195 :

$title = $graph["host_name"]." ".$graph["zone_shortname"]." 
".$graph["interface"]." ".$graph["client_shortname"]." ".$graph["description"];

So I'm looking for where this field is extract, apparently from the class 
interfaces, part of the class jffnms. And I'm totally lost now.

Is this a problem with php 5.3 ? where can I investigate now ?

Thanks.
Pierre-Damien

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to