An open API service indexing awesome lists of open source software.

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.

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.