Hi,
I using reportIt with auto export enable.
How can I change name of the CSV when reportit does his export?
this file name always includes the reporting period, I'de like to add to the file name the report name.
is it possible?
Amitay
reportIt auto export - change file name
Moderators: Developers, Moderators
Re: reportIt auto export - change file name
I think you'd have to open that as a request on the github page for the plugin. I don't recall you being able to set the filename, but my memory is fuzzy right now on it.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: reportIt auto export - change file name
Try editing runtime.php under reportit folder:
from:
$filename = $report_settings['start_date'] . '_' . $report_settings['end_date'] . ".$file_type";
to:
$filename = $report_settings['description'] . '_' . $report_settings['start_date'] . '_' . $report_settings['end_date'] . ".$file_type";
from:
$filename = $report_settings['start_date'] . '_' . $report_settings['end_date'] . ".$file_type";
to:
$filename = $report_settings['description'] . '_' . $report_settings['start_date'] . '_' . $report_settings['end_date'] . ".$file_type";
Re: reportIt auto export - change file name
You can do that but you will need to keep updating that anytime you upgrade.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Who is online
Users browsing this forum: No registered users and 0 guests