From: Tim W. <tim...@sc...> - 2004-10-22 10:47:16
|
Hi, I've made some additions to storage_mysql.c to provide a summary table of raw data (availability data) to perfparse. I also added two tables, perfdata_summary_raw and perfdata_summary_raw_data. It's rather straightforward stuff, so I guess it should be easy to incorporate into the official version (if you think it's useful). I followed Ben's ideas for the summary table, so that it can contain summary for different 'epochs' (periods). Things on the TODO list: - deletion policies: haven't read the docs on this yet. Are they still uptodate? - make summaries optional - defaults (every service now gets a default summary with a epoch of 1 day) - cgi report (-> I don't intend to write one. I don't really like c code that printf's HTML ;)) And finally an important question: How do I submit my changes? I've never used sourceforge (as a developer) before. For the moment, I just attached the files to this email... Feedback always welcome! Regards, Tim |