diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-11-03 11:39:41 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-11-03 11:39:41 +0000 |
commit | 3c3ecfa5b0fb57010d154dece27765e2a68a80bc (patch) | |
tree | 20e7c40013bfc956d8219b6114c514a001711720 | |
parent | Revert "Disable Nagios update check, it's a bit crashy" (diff) | |
download | config-3c3ecfa5b0fb57010d154dece27765e2a68a80bc.tar.bz2 config-3c3ecfa5b0fb57010d154dece27765e2a68a80bc.tar.xz config-3c3ecfa5b0fb57010d154dece27765e2a68a80bc.zip |
Warn on PQ replication backlog size
-rw-r--r-- | nagios/objects/commands.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 0c31f61..0befcfa 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -141,7 +141,7 @@ define command { define command { command_name check_pg_repl - command_line $USER1$/check_pgactivity -h firebrand,defiant -s hot_standby_delta -U postgres + command_line $USER1$/check_pgactivity -h firebrand,defiant -s hot_standby_delta -U postgres -w 200k -c 1m } define command { |