diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-02-10 03:20:09 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-02-10 03:20:09 +0000 |
commit | 91a3ff5d77fa24bfc23b26ff4492ab1d227645f1 (patch) | |
tree | 9f7acdb976bec5afc0bc95a06a526f532485d2fd | |
parent | Merge pull request #441 from dogancelik/patch-1 (diff) | |
download | awesome-selfhosted-91a3ff5d77fa24bfc23b26ff4492ab1d227645f1.tar.gz awesome-selfhosted-91a3ff5d77fa24bfc23b26ff4492ab1d227645f1.zip |
Add Healthchecks
Add Healthchecks (Automation)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ _Web Analytics_ ## Automation * [Alltube](https://github.com/Rudloff/alltube) - A web interface for [youtube-dl](https://github.com/rg3/youtube-dl), a program to download videos and audio from [more than 100 websites](https://rg3.github.io/youtube-dl/supportedsites.html) ([Demo](http://www.alltubedownload.net)) `GPL` + * [Healthchecks](https://healthchecks.io/) - Django app which listens for pings and sends alerts when pings are late. ([Source Code](https://github.com/healthchecks/healthchecks)) `Unknown` `Python` * [Huginn](https://github.com/cantino/huginn) - Allows you to build agents that monitor and act on your behalf - `MIT` `Ruby` * [Http2pic](https://http2pic.haschek.at/) - Website screenshots/renderer. It uses the wkhtmltox to render websites with various options. ([Source code](https://github.com/chrisiaut/http2pic)) `Apache 2.0` `PHP/Javascript` * [RSS-Bridge](https://github.com/sebsauvage/rss-bridge) - rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one. `Public domain` `PHP` |