From 46678c7f3ac0868a5f161adfef10d81e10109ad6 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Tue, 4 Oct 2022 15:34:34 +0200 Subject: [PATCH] added nagios check for eidastest in qa Ref SC-628 --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index dd2a9ce2..6bf70dcc 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -1357,6 +1357,15 @@ class nagios_monitor { description => 'check number of countries in eIDAS', contact_groups => ['alerts'], } + nagioscfg::command {'check_eidastest_qa': + command_line => "/usr/lib/nagios/plugins/check_eidastest_qa.sh" + } + nagioscfg::service {'check_eidastest_qa': + host_name => ['localhost'], + check_command => 'check_eidastest_qa', + description => 'check test countires in QA', + contact_groups => ['alerts'], + } nagioscfg::command {'check_metadata_age': command_line => "/usr/lib/nagios/plugins/check_eidas_metadata_age.sh '\$ARG1\$' '\$ARG2\$' '\$ARG3\$'" }