mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
puppet: Rename check_postgres_backup to check_postgresql_backup.
This commit is contained in:
committed by
Tim Abbott
parent
45f6c79c4a
commit
53e59a0a13
@@ -162,8 +162,8 @@ define command {
|
||||
}
|
||||
|
||||
define command {
|
||||
command_name check_postgres_backup
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -l nagios -t 30 -i /var/lib/nagios/.ssh/id_ed25519 -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/zulip_postgres_backups/check_postgres_backup'
|
||||
command_name check_postgresql_backup
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -l nagios -t 30 -i /var/lib/nagios/.ssh/id_ed25519 -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/zulip_postgresql_backups/check_postgresql_backup'
|
||||
}
|
||||
|
||||
define command {
|
||||
|
||||
@@ -261,7 +261,7 @@ define service{
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check last Postgres backup time
|
||||
check_command check_postgres_backup
|
||||
check_command check_postgresql_backup
|
||||
hostgroup postgresql
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user