This commit is contained in:
Pavel Z 2025-08-18 20:40:45 +03:00 committed by GitHub
commit c5500698e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
#!/bin/bash
# check_domain - v2.0.0
# Author: A. Stoyanov
# GitHub: https://github.com/a-stoyanov/zabbix-domain-expiry
@ -1005,4 +1006,4 @@ if [ $expdays -ge 0 ]; then
fi
die "$STATE_CRITICAL" "State: CRITICAL ; Days since expired: ${expdays#-} ; Expire date: $expdate"
exit 0
exit 0