Log into prod-cacti01-fra-de.geant.net as net as yourself (using dante.surname credentials)
...
echo "*** EAP *** `date`"
./fix_eap.sh -y $year -m $month >> /tmp/cacti_util_eap_$year_$month.log
** You can see that log files are produced in the /tmp direcory of prod-cacti-fra-de.geant.net. These are useful when diagnosing zero values displayed in the MSR utilisation pages.
All these scripts rely on the following Java batch program called RRDDump
...
** Improvement - Have a link table that linked links rrd file names to the name of the circuit, similar to the SPLUNK_LINK table. Then you can use the name to link to the opsdb_circuit table to find the absid of the operational circuit with that name.
...