From 88175626fc3e8bc5a6be4706a30e28c31108b003 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Fri, 27 Sep 2024 12:45:19 +0200 Subject: [PATCH] Wrong name --- .../overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp b/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp index 0da29f4..fb8a1c2 100644 --- a/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp +++ b/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp @@ -3,7 +3,7 @@ class geteduroam::monitor { nagioscfg::service {'check_async_replication': hostgroup_name => ['sunet::mariadb::backup'], - check_command => 'check_nrpe_1arg!check_async_replication', + check_command => 'check_nrpe!check_async_replication', description => 'MySQL Replication Health', }