updated nagios to monitor certificates on relay-hosts

This commit is contained in:
Erik Bergström 2024-01-19 15:51:24 +01:00
parent 3a2425ebc5
commit b3359bb18d
No known key found for this signature in database
GPG key ID: 49A4251C96E0A9D4

View file

@ -248,6 +248,12 @@ class eid::nagios_monitor {
description => 'Check Docker Containers',
contact_groups => ['alerts']
}
nagioscfg::service {'check_submission_cert':
hostgroup_name => ['eid::relay'],
check_command => 'check_ssl_cert_altname_protocol!14!7!587!relay.swedenconnect.se!smtp',
description => 'Check certificate on submission port',
contact_groups => ['alerts']
}
nagioscfg::command {'check_ssl_cert_3':
command_line => "/usr/lib/nagios/plugins/check_ssl_cert -A -H '\$HOSTNAME\$' -c '\$ARG2\$' -w '\$ARG1\$' -p '\$ARG3\$'"
}
@ -265,6 +271,9 @@ class eid::nagios_monitor {
nagioscfg::command {'check_ssl_cert_altname':
command_line => "/usr/lib/nagios/plugins/check_ssl_cert -n '\$ARG4\$' --altnames -H '\$HOSTNAME\$' --ignore-ocsp -c '\$ARG2\$' -w '\$ARG1\$' -p '\$ARG3\$'"
}
nagioscfg::command {'check_ssl_cert_altname_protocol':
command_line => "/usr/lib/nagios/plugins/check_ssl_cert -n '\$ARG4\$' --altnames -H '\$HOSTNAME\$' --ignore-ocsp -c '\$ARG2\$' -w '\$ARG1\$' -p '\$ARG3\$' -P '\$ARG5\$'"
}
nagioscfg::host {'prid.sveidas.se': sort_alphabetically => true}
nagioscfg::service {'check_public_ssl_cert_altname':
host_name => ['prid.sveidas.se'],