Still working on my "scheduled reports" topic, I'm looking at a solution to create around 100 scheduled reports without using the web GUI.
In a previous topic, I found a SQL request to display existing reports:
Code: Select all
echo "select * from xi_usermeta where keyname = 'scheduled_reports';;" | mysql -uroot -pnagiosxi nagiosxiI would like to automate the creation of the expected reports.
The format is quite understandable, but I'd appreciate to have a more official way of managing this than reverse engineering.
Thank you