Modify timeout for scriptherder

This commit is contained in:
Micke Nordin 2024-06-25 10:15:27 +02:00
parent a836417db2
commit b20c4c7397

View file

@ -47,6 +47,12 @@ class sunetdrive::sitemonitornaemon() {
content => template('sunetdrive/monitor/sunetdrive_thruk_templates.conf.erb'), content => template('sunetdrive/monitor/sunetdrive_thruk_templates.conf.erb'),
mode => '0644', mode => '0644',
} }
nagioscfg::service {'check_scriptherder':
hostgroup_name => ['nrpe'],
check_command => 'check_nrpe_1arg_to30!check_scriptherder',
description => 'Scriptherder Status',
contact_groups => ['naemon-admins'],
}
nagioscfg::service {'check_galera_cluster': nagioscfg::service {'check_galera_cluster':
hostgroup_name => ['galera_monitor'], hostgroup_name => ['galera_monitor'],
check_command => 'check_nrpe_1arg!check_galera_cluster', check_command => 'check_nrpe_1arg!check_galera_cluster',