Fix check_command syntax

This commit is contained in:
Patrik Holmqvist 2025-02-12 08:47:55 +01:00
parent 962bd7a2e2
commit a76efa3470
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -3,7 +3,7 @@ class net::naemon_monitor_config {
nagioscfg::service {'check_baas2-restore-status':
host_name => ['baas2-restoretest-prod-1.sunet.se'],
check_command => "check_command => 'check_nrpe_1arg!check_baas2-restore-status',",
check_command => "check_command => 'check_nrpe!check_baas2-restore-status',",
description => 'Validates that baas2 restores are working as intended',
contact_groups => ['alerts']
}