© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Monitor incremental changes in the database through scheduled tasks, display change trends through charts, set alarm thresholds, and write information to messages.log
Implemented from idea:
https://ideas.intersystems.com/ideas/DPI-I-626
You need to create a scheduled task with the task class DataBases.Taks.DataCapture and configure some information
messages.log
http://127.0.0.1:52773/csp/user/DataBases.Page.Chart.cls
tip:
If you cannot access the Page, you may need to adjust and Web application and change the server file of /csp/user
to always and cache
.Make sure you have git and Docker desktop installed.
git clone https://github.com/Sara771dev/Database-Size-Monitoring.git
docker-compose build
docker-compose up -d