diff options
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r-- | nagios/objects/commands.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 4a0fdee..5e1fa15 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -140,6 +140,11 @@ define command { } define command { + command_name check_pg_repl + command_line $USER1$/check_pgactivity -h firebrand,defiant -s hot_standby_delta -U postgres +} + +define command { command_name check_mysql command_line $USER1$/check_mysql -H $HOSTADDRESS$ -P 13306 -S -w 10 -c 60 -u nagios -p r3pl } |