Adjusted zabbix key item to be parameterized instead of the whole key.

This commit is contained in:
Eric Renfro 2013-06-28 14:18:07 -04:00
parent ab354c33f8
commit 187a8ede45
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ check_domain_status()
if ! $human
then
echo "$hostname domain.daysleft.${domain} ${domainDiff}"
echo "$hostname domain.daysleft[${domain}] ${domainDiff}"
fi
if [[ ${domainDiff} -lt 0 ]]