Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_godaddy
1.0
2020-02-22
- Nagios 3.x
- Nagios 4.x
JeffAlyanak
GPL
4386
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
# GoDaddy Domain Expiry Checker
Icinga/Nagios plugin, checks the domain expiry status using the GoDaddy API.
User configurable `warning` and `critical` levels
## Installation and requirements
* Golang 1.13.8
## Usage
Requires [GoDaddy API keys](https://developer.godaddy.com/).
```bash
Usage of check_godaddy:
-domain string
domain to search
-warn int
days until warning (default 15)
-crit int
days until critical (default 7)
-key string
API Key
-secret string
API Secret
```
Example:
```bash
check_godaddy -domain example.com -warn 30 -crit 14 -key 1234567890 -secret 123456
```
## License
GoDaddy Domain Expiry Checker is licensed under the terms of the GNU General Public License Version 3.
Icinga/Nagios plugin, checks the domain expiry status using the GoDaddy API.
User configurable `warning` and `critical` levels
## Installation and requirements
* Golang 1.13.8
## Usage
Requires [GoDaddy API keys](https://developer.godaddy.com/).
```bash
Usage of check_godaddy:
-domain string
domain to search
-warn int
days until warning (default 15)
-crit int
days until critical (default 7)
-key string
API Key
-secret string
API Secret
```
Example:
```bash
check_godaddy -domain example.com -warn 30 -crit 14 -key 1234567890 -secret 123456
```
## License
GoDaddy Domain Expiry Checker is licensed under the terms of the GNU General Public License Version 3.
Reviews (0)
Be the first to review this listing!