Hi, recently we encountered a problem where the database became full, and we didn't notice until three days later. Is there a way to track whether the database is accepting transactions and monitor the available disk space?
This thread has some information on this.
You can start with these system tags:
And further to that create query tags for some of your additional beyond this
1 Like
Thanks guys, I will work on this
Where I can get information about what these tags mean:
Im looking to know the status of my transactions with the database, if they are falling. I need to know the comm status with the database and if Im able to write and read correctly on the database.
I do not think any of these will help you with disk full problems. Ignition runs a select query periodically to see if the DB is available, in otherwards it's a select
not an update
, so it won't report if inserts
fail.
More on the tags here
System Tags | Ignition User Manual