mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Fix check_postgres_replication_lag nagios command.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user