Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_namecheap
1.0
2020-05-10
- Nagios 3.x
- Nagios 4.x
JeffAlyanak
GPL
3507
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!
# Namecheap Domain Expiry Checker
check_namecheap is a plugin that uses Namecheap's API to monitor domain expiry status. It will handle 429 status codes and respect Namecheap's rate limiting, just ensure your nagios configs allow for a long enough timeout that the Namecheap rate limiting doesn't create false positives.
User configurable `warning` and `critical` levels
## Installation and requirements
* Golang 1.13.8
## Usage
```bash
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.
check_namecheap is a plugin that uses Namecheap's API to monitor domain expiry status. It will handle 429 status codes and respect Namecheap's rate limiting, just ensure your nagios configs allow for a long enough timeout that the Namecheap rate limiting doesn't create false positives.
User configurable `warning` and `critical` levels
## Installation and requirements
* Golang 1.13.8
## Usage
```bash
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.
Reviews (0)
Be the first to review this listing!