Skip to content

Commit df17b76

Browse files
Ian S. PringleYannig
authored andcommitted
Using _stat table for ASM diskgroup checks
1 parent c520947 commit df17b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-metrics.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ request="SELECT resource_name,current_utilization,CASE WHEN TRIM(limit_value) LI
1414
context = "asm_diskgroup"
1515
labels = [ "name" ]
1616
metricsdesc = { total = "Total size of ASM disk group.", free = "Free space available on ASM disk group." }
17-
request = "SELECT name,total_mb*1024*1024 as total,free_mb*1024*1024 as free FROM v$asm_diskgroup"
17+
request = "SELECT name,total_mb*1024*1024 as total,free_mb*1024*1024 as free FROM v$asm_diskgroup_stat"
1818
ignorezeroresult = true
1919

2020
[[metric]]

0 commit comments

Comments
 (0)