This is an old revision of the document!
A few new configuration files were placed in the <GANGLIA HOME>/ directory with the following content:
- maintenance_conf.php
<?php $maint_name = "maintenance"; $computer_metrics = array( "load", "mem" ); $maintenance_metrics = array( "rows", "rowscool", "clcpwaterflow", "pumptemp", "pumpdp" ); ?>
in the <GANGLIA HOME>/graph.d/ directory (files archive graph_d.zip)
**pumpdp_report.php** **pumptemp_report.php** **rows_report.php** **rowscool_report.php** **clcpwaterflow_report.php**
in the file conf.php (in “/etc/ganglia/”) was inserted:
include_once "./maintenance_conf.php";