Compare commits

...

2 commits

Author SHA1 Message Date
Pavel Z
c5500698e9
Merge 9c55f55daf into 89565547df 2025-08-18 20:40:45 +03:00
PavelZ
9c55f55daf Add shebang 2025-08-18 20:38:29 +03:00

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