We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d80e2 commit 38d73f2Copy full SHA for 38d73f2
mamonsu/plugins/pgsql/bgwriter.py
@@ -48,7 +48,7 @@ class BgWriter(Plugin):
48
]
49
50
graph_name_buffers = "PostgreSQL bgwriter: Buffers"
51
- graph_name_ws = "PostgreSQL bgwriter: Events"
+ graph_name_ws = "PostgreSQL bgwriter: Write/Sync"
52
53
def run(self, zbx):
54
columns = [x[0] for x in self.Items]
0 commit comments