[nagios-nrpe] Ajout check_ssl_local
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
William Hirigoyen (Evolix) 2022-08-11 15:08:16 +02:00
parent b47a2e46d9
commit 541efa78a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#!/bin/bash
# Check permettant de monitorer une liste de certificats
# Check permettant de monitorer une liste de certificats se trouvant dans
# /etc/nagios/ssl_local.cfg
#
# Développé par Will (2022)
#
certs_list_path=/etc/nagios/check_ssl_local_list.cfg
certs_list_path="/etc/nagios/check_ssl_local_list.cfg"
# Dates in seconds
_10_days="864000"