Revision 205 brings schema changes and logic improvements

30 October 2009 | announcement

For those of you running the SVN version of Kontrollbase (vs the .tar.gz version) you can download the super awesome new revision 205. This version brings the following changes from the last binary release (194). Keep in mind it also changed the alerts_def table on one of the alert entries. Please apply the sql alter script located in install/sql/kontrollbase-schema-alter_rev205.sql – the following command is all you need:
shell> mysql -uroot -p < kontrollbase install/sql/kontrollbase-schema-alter_rev205.sql


Change list
r195 -made all analytics tabs use forms for consistency of data display
r196 - added hostname variable to the debug log file
r197 - added system graph animation session variable to get_graphs_sec whereas before it was only enabled for get_graphs_default
r198 - adding sample config files
r199 - removing cruft - nothing functionally changed
r200 - changed alerter to only send alerts for production servers, as it was supposed to be doing by spec.
r201 - added join buffer analyics tab, removed all include/pages/* nonsense
r202 - added query-cache-preload script
r203 - added "use Fcntl;" to query preloader
r204 - added AND CURDATE() to all queries in qcache preload
r205 - changed alert_01 for aborted connections to watch for >999 instead of >99. also changed solution text to provide more useful solution.


Comments are closed.