fixed typo

This commit is contained in:
Rasmus Thorslund 2025-04-23 11:00:07 +02:00
parent 8c6ae2552d
commit cb0f0c5125
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -14,6 +14,6 @@ class rut::rut_mon {
nagioscfg::service {'check_rut_snapshots': nagioscfg::service {'check_rut_snapshots':
host_name => ['internal-sto4-prod-monitor-1.rut.sunet.se'], host_name => ['internal-sto4-prod-monitor-1.rut.sunet.se'],
check_command => 'check_nrpe!check_rut_snapshots', check_command => 'check_nrpe!check_rut_snapshots',
description => 'Backup snapshots stored in sto4 (bad)', description => 'Backup snapshots in sto4',
} }
} }