From cb0f0c5125663c9eddaaf4134ff2e3b053f29088 Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Wed, 23 Apr 2025 11:00:07 +0200 Subject: [PATCH] fixed typo --- global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp b/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp index 36222e2..703fde8 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp @@ -14,6 +14,6 @@ class rut::rut_mon { nagioscfg::service {'check_rut_snapshots': host_name => ['internal-sto4-prod-monitor-1.rut.sunet.se'], check_command => 'check_nrpe!check_rut_snapshots', - description => 'Backup snapshots stored in sto4 (bad)', + description => 'Backup snapshots in sto4', } }