https://github.com/hyperized/nagios_check_uptime
Ensure uptime is not too high.
https://github.com/hyperized/nagios_check_uptime
nagios nagios-plugin uptime
Last synced: 11 months ago
JSON representation
Ensure uptime is not too high.
- Host: GitHub
- URL: https://github.com/hyperized/nagios_check_uptime
- Owner: hyperized
- License: mit
- Created: 2017-06-29T09:26:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T16:33:21.000Z (about 7 years ago)
- Last Synced: 2025-01-06T00:29:16.610Z (about 1 year ago)
- Topics: nagios, nagios-plugin, uptime
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nagios_check_uptime
Ensure uptime is not too high.
## Compatability
Only tested on Ubuntu 14.04.
Most likely works with all Debian based systems.
## Install
```sh
git clone https://github.com/hyperized/nagios_check_uptime.git
cd check_uptime
chmod +x check_uptime
```
## Usage
```
./check_uptime -h
Usage: ./check_uptime -w -c
Example: ./check_uptime -w 30 -c 90
UPTIME CRITICAL: Uptime is 373 days | uptime=373;30;90;
```
## License
MIT