Skip to content
Snippets Groups Projects

update psql-dbrows

Merged Hahn Axel (hahn) requested to merge 6010-postgres-monitoring-user into master
1 file
+ 10
3
Compare changes
  • Side-by-side
  • Inline
+ 10
3
@@ -8,7 +8,7 @@
; ----------------------------------------------------------------------
; graph
; graph READ actions
; ----------------------------------------------------------------------
[psqlserverdbrows.graph]
@@ -45,12 +45,17 @@ fetched = "alias($metric$, 'Fetched - rows fetched by index scans')"
; ----------------------------------------------------------------------
; graph WRITE actions
; ----------------------------------------------------------------------
[psqlserverdbrows2.graph]
check_command = "Postgres-dbrows"
[psqlserverdbrows2.urlparams]
areaAlpha = "0.2"
areaMode = "all"
colorList = "88cc88,aaaadd,ffaaaa,6699aa,ffaaaa"
; ^ ^ ^ ^
colorList = "88cc88,aaaadd,ffaaaa"
; ^ ^ ^
; insert update deleted
lineWidth = "2"
min = "0"
@@ -67,3 +72,5 @@ inserted = "alias($metric$, 'inserted')"
updated = "alias($metric$, 'updated')"
deleted = "alias($metric$, 'deleted')"
; ----------------------------------------------------------------------
Loading