Error loggin via ODBC

Need new test, action, option? Post request here.
Post Reply
MADS
Posts: 16
Joined: Wed Feb 09, 2005 7:17 am

Error loggin via ODBC

Post by MADS »

Hey,

We are using the ODBC logging to a SQL for our reporting.
It would be nice to have a status returned on errors while writing the log (insert ...)
Reason is to make sure that a status change IS really written into the SQL.

A repeat until succes would be great....

MaDS
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

It would be nice to have a status returned on errors while writing the log (insert ...)
Status returned on errors? Not sure I understand.
If HostMonitor cannot record data into ODBC log, it records error message into regular log.
Reason is to make sure that a status change IS really written into the SQL. A repeat until succes would be great....
If there is some ODBC error, there are 99% chances next attempt will return the same error. So, what the reason to waste system resources?

Regards
Alex
MADS
Posts: 16
Joined: Wed Feb 09, 2005 7:17 am

Post by MADS »

No not true....What if there is a time out? It would be great to be SURE the error is logged.

An action on failure (a mail) would be GREAT. I know you log it already in the regular log

Marc
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Usually people using ODBC logs to record information about every performed tests. It means 10-100 records per second. Recurrent retries may use too much system resources in case of ODBC failure (especially if there is timeout issue - your system will hung).
E-mail option could be useful. But why just e-mail? Better allow HostMonitor to execute any action profile.

Regards
Alex
Post Reply