Skip to content

Commit 38d73f2

Browse files
committed
fix: fixed bgwriter Write/Sync graph name
1 parent 25d80e2 commit 38d73f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/bgwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class BgWriter(Plugin):
4848
]
4949

5050
graph_name_buffers = "PostgreSQL bgwriter: Buffers"
51-
graph_name_ws = "PostgreSQL bgwriter: Events"
51+
graph_name_ws = "PostgreSQL bgwriter: Write/Sync"
5252

5353
def run(self, zbx):
5454
columns = [x[0] for x in self.Items]

0 commit comments

Comments
 (0)