| 1 | |
| 2 | # database transaction log utilization |
| 3 | |
| 4 | template: mssql_database_log_percent_used |
| 5 | on: mssql.database_log_percent_used |
| 6 | class: Utilization |
| 7 | type: Database |
| 8 | component: Microsoft SQL Server |
| 9 | lookup: min -15m unaligned of used |
| 10 | units: % |
| 11 | every: 1m |
| 12 | warn: $this > 90 |
| 13 | delay: down 5m multiplier 1.5 max 1h |
| 14 | summary: SQL Server database ${label:database} transaction log utilization |
| 15 | info: SQL Server transaction log percent used has been above 90% for the last 15 minutes |
| 16 | to: dba |