Skip to content
Snippets Groups Projects
Commit a06a1715 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6010-postgres-monitoring-user' into 'master'

update psql-dbrows

See merge request !4
parents 11fac033 eef163cb
No related branches found
No related tags found
1 merge request!4update psql-dbrows
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
; graph ; graph READ actions
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
[psqlserverdbrows.graph] [psqlserverdbrows.graph]
...@@ -45,12 +45,17 @@ fetched = "alias($metric$, 'Fetched - rows fetched by index scans')" ...@@ -45,12 +45,17 @@ fetched = "alias($metric$, 'Fetched - rows fetched by index scans')"
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
; graph WRITE actions
; ----------------------------------------------------------------------
[psqlserverdbrows2.graph]
check_command = "Postgres-dbrows"
[psqlserverdbrows2.urlparams] [psqlserverdbrows2.urlparams]
areaAlpha = "0.2" areaAlpha = "0.2"
areaMode = "all" areaMode = "all"
colorList = "88cc88,aaaadd,ffaaaa,6699aa,ffaaaa" colorList = "88cc88,aaaadd,ffaaaa"
; ^ ^ ^ ^ ; ^ ^ ^
; insert update deleted ; insert update deleted
lineWidth = "2" lineWidth = "2"
min = "0" min = "0"
...@@ -67,3 +72,5 @@ inserted = "alias($metric$, 'inserted')" ...@@ -67,3 +72,5 @@ inserted = "alias($metric$, 'inserted')"
updated = "alias($metric$, 'updated')" updated = "alias($metric$, 'updated')"
deleted = "alias($metric$, 'deleted')" deleted = "alias($metric$, 'deleted')"
; ----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment