Change SC-api endpoint /testid/ to /testid, SC-2844

This commit is contained in:
Patrik Holmqvist 2025-03-24 12:09:11 +01:00
parent 9627d42ce8
commit f1d24fee17
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -323,7 +323,7 @@ class eid::nagios_monitor {
}
nagioscfg::service {'check_api':
host_name => ['api.swedenconnect.se'],
check_command => 'check_website!https://api.swedenconnect.se/testid/',
check_command => 'check_website!https://api.swedenconnect.se/testid',
description => 'check api',
contact_groups => ['alerts'],
}