Icinga/Nagios Namecheap Domain Expiry Checker plugin
Find a file
2020-05-10 11:02:20 -04:00
bin Initial checkin. 2020-05-10 10:09:44 -04:00
logger Initial checkin. 2020-05-10 10:09:44 -04:00
model Initial checkin. 2020-05-10 10:09:44 -04:00
tests Initial checkin. 2020-05-10 10:09:44 -04:00
.gitignore Initial checkin. 2020-05-10 10:09:44 -04:00
LICENSE Added missing license. 2020-05-10 10:58:35 -04:00
main.go Initial checkin. 2020-05-10 10:09:44 -04:00
README.md Updated badges 2020-05-10 11:02:20 -04:00

GitHub version License Donate Matrix

Namecheap Domain Expiry Checker

Icinga/Nagios plugin, checks the domain expiry status using the namecheap API.

User configurable warning and critical levels

Installation and requirements

  • Golang 1.13.8

Usage

Usage of ./check_namecheap:
  Required:
  -apiuser string
        API Username
  -clientip string
        Client IP
  -domain string
        domain to check
  -key string
        API Key
  -username string
        Username

  Optional:
  -crit int
        days until critical (default 7)
  -warn int
        days until warning (default 15)

License

Namecheap Domain Expiry Checker is licensed under the terms of the GNU General Public License Version 3.