OP#436 main config file

This commit is contained in:
2026-02-14 15:41:26 +01:00
parent 5b78a7b34f
commit df57bce33b
32 changed files with 856 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
<% if @ng_enable_certbot == true %>
case `find /etc/letsencrypt/renewal -type f -name "<%= @ng_nagios_server %>.conf" -mtime +80` in
'') echo 'No filename found' exit 0 ;;
*) echo 'Found filename' exit 1 ;;
esac
<% end %>