Skip to content

Commit

Permalink
Disabled cache hit ratio trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dn0 committed Mar 23, 2017
1 parent 02aff6a commit 3ad5f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/esdc-mon/files/templates/t_svc-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
],
"triggers": [
{
"status": "0",
"status": "1",
"description": "Cache hit ratio of last 5 minutes is too low, which might indicate bad database performance.",
"url": "",
"type": "0",
Expand All @@ -793,7 +793,7 @@
"name": "Cache hit ratio of database \"{$PG_DATABASE1}\" is below {$PGCACHEHIT_THRESHOLD}%"
},
{
"status": "0",
"status": "1",
"description": "Cache hit ratio of last 5 minutes is too low, which might indicate bad database performance.",
"url": "",
"type": "0",
Expand Down

0 comments on commit 3ad5f55

Please sign in to comment.