| 1 | |
| 2 | template: whoisquery_days_until_expiration |
| 3 | on: whoisquery.time_until_expiration |
| 4 | class: Utilization |
| 5 | type: Other |
| 6 | component: WHOIS |
| 7 | calc: $expiry / 86400 |
| 8 | units: days |
| 9 | every: 60s |
| 10 | warn: $this < $days_until_expiration_warning |
| 11 | crit: $this < $days_until_expiration_critical |
| 12 | summary: Whois expiration time for domain ${label:domain} |
| 13 | info: Time until the domain name registration for ${label:domain} expires |
| 14 | to: webmaster |