Fix check_postgres_replication_lag nagios command.

This commit is contained in:
Tim Abbott
2016-04-06 15:27:41 -07:00
parent 991341867c
commit a7f83c9e05
2 changed files with 3 additions and 3 deletions

View File

@@ -137,8 +137,8 @@ define command {
}
define command {
command_name check_pg_replication_lag
command_line /usr/lib/nagios/plugins/zulip_nagios_server/check_pg_replication_lag
command_name check_postgres_replication_lag
command_line /usr/lib/nagios/plugins/zulip_nagios_server/check_postgres_replication_lag
}
define command {

View File

@@ -48,7 +48,7 @@ define service{
use generic-service
host_name nagios
service_description Check postgres replication lag
check_command check_pg_replication_lag
check_command check_postgres_replication_lag
}
define service{