https://github.com/nitram2342/tiny-server-check
Tiny (cron) script to check service availability and to send an SMS on state changes.
https://github.com/nitram2342/tiny-server-check
availability-monitor command-line-tool cron-script dns-check health-check http-test service-checker sms-notification smtp-checker
Last synced: 4 months ago
JSON representation
Tiny (cron) script to check service availability and to send an SMS on state changes.
- Host: GitHub
- URL: https://github.com/nitram2342/tiny-server-check
- Owner: nitram2342
- License: other
- Created: 2019-08-15T12:29:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T21:53:55.000Z (over 5 years ago)
- Last Synced: 2025-06-02T13:11:07.285Z (8 months ago)
- Topics: availability-monitor, command-line-tool, cron-script, dns-check, health-check, http-test, service-checker, sms-notification, smtp-checker
- Language: Shell
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Simple one script fits all service monitoring.
No, not really, usually I use Munin for monitoring, but for certain critical
systems or for infrastructure my Munin instance depends on, I want to receive
an SMS. Configuration is done in the included config.inc. Just have a look.
Installation
------------
1. Install the SMS helper tool or adjust the scripts code to support your tool:
$ sudo pip install git+https://github.com/nitram2342/simple-fax-sms
2. Follow instructions in the header section of tiny-server-check.sh.