storing host/service down events in database

Jason Martin jhmartin at toger.us
Mon Jan 10 23:18:56 CET 2005


On Mon, Jan 10, 2005 at 04:15:29PM -0600, Marc Powell wrote:
> Only the current values are stored in the database. We use postgres and
> used a simple trigger to copy the data on INSERT or UPDATE into another
> table for longer-term storage and eventual migration to MSSQL.
I believe the standard approach is to write a 'global event
handler' that makes the appropriate entries in a database.
2.0's event broker would allow for much tighter (albeit harder
to implement) integration.

-Jason Martin
-- 
You can't go home again, unless you set $HOME.
This message is PGP/MIME signed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 211 bytes
Desc: not available
URL: <https://www.monitoring-lists.org/archive/users/attachments/20050110/0712e050/attachment.sig>


More information about the Users mailing list