Database Connection Fault Notification

Greetings,
Our Ignition gateway lost connection to a database on Friday and we lost data over the weekend. What is the best practice for notification of change in database connection status?
Thanks,
Ben

It is easily monitored in your gateway tag folder. You can add your own logic to your projects, or add an alarm to the status tag. Below is the pseudo tag path
System->Gateway->Database->YourConnectionName->Available

I didn’t realize those DB tags were there. Great! Thanks.