http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=4078
The logging to an ODBC is giving me some (interesting) head-aches - at the current status (1182 tests) and quite aggressive testing I was putting in 400000 rows every 24 hours (full logging) and this put some heavy load on the database, so I have shiftet to MySQL at the moment, I will do a howto post soon. Actually, If I made some "heavy" selects like DISTINCT or ODER BY, HostMonitor cant log to the Database and the RCC's loose the connection. This happends on both MySQL and MS SQL 2005 with full logging. perhaps it could be solved with tuning the database and HMLog table, but I dont have that amount of time at the moment

Anyway, I had to switch to midnight mode to keep number of rows in a reasonable amount, and that "sucks" as I before could analyze the changes in replies also. I know of the "reply" logging mode, but that still gives lot of rows, also for test where the replies are of no interests.
So my "wish" is actually to have a checkbox on each test (or just testtype) called like "log all tests" or similar , so all tests for this test/type is logged to the database.