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 0c701fc commit a9af9f7Copy full SHA for a9af9f7
mamonsu/plugins/pgsql/replication.py
@@ -9,7 +9,7 @@
9
10
11
class Replication(Plugin):
12
- AgentPluginType = "pgsql"
+ AgentPluginType = "pg"
13
DEFAULT_CONFIG = {
14
"lag_more_than_in_sec": str(60 * 5)
15
}
mamonsu/plugins/pgsql/wal.py
class Wal(Plugin):
# get amount of WAL since '0/00000000'
query_wal_lsn_diff = """
0 commit comments