puppet: Rename check_postgres_backup to check_postgresql_backup.

This commit is contained in:
Alex Vandiver
2020-10-26 14:05:28 -07:00
committed by Tim Abbott
parent 45f6c79c4a
commit 53e59a0a13
7 changed files with 10 additions and 10 deletions

View File

@@ -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 {

View File

@@ -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
}