From 8c6ae2552d9e76bb58a6455f4a24a51a917b1b6e Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Wed, 23 Apr 2025 10:49:09 +0200 Subject: [PATCH] fixed typo --- global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9ef0607..36222e2 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/rut_mon.pp @@ -13,7 +13,7 @@ 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_postgres', - description => 'Postgres cluster health', + check_command => 'check_nrpe!check_rut_snapshots', + description => 'Backup snapshots stored in sto4 (bad)', } }