Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ponsfrilus/isitup
Monitor website with node.js
https://github.com/ponsfrilus/isitup
Last synced: 4 days ago
JSON representation
Monitor website with node.js
- Host: GitHub
- URL: https://github.com/ponsfrilus/isitup
- Owner: ponsfrilus
- License: apache-2.0
- Created: 2015-05-22T12:25:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T12:03:22.000Z (over 9 years ago)
- Last Synced: 2024-04-16T04:08:18.001Z (7 months ago)
- Language: HTML
- Size: 43.4 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Send email/SMS is host is up or down
## About
Node.js project to monitor website (if up od down) and get smart notification.## Files
rm_app.js (main file)
├ app/
├ conf/
└ lib/## Theme
bower install startbootstrap-sb-admin-2
* http://stackoverflow.com/questions/28219865/i-dont-understand-how-to-work-bower-properlyAngular version: http://start-angular.github.io/sb-admin-angular/preview/#/dashboard/chart
https://github.com/start-angular/sb-admin-angular## SMS HowTo
http://network.epfl.ch/epnet/sms_mgmt.pl, also check the [SWITCH website](http://www.switch.ch/fr/mail/gw-spec.html).## Ideas
Reflexion about usage
- want to know if a web site is up
- want to know if a web site is down
- want to monitor a list of web site
- want to receive mail and / or sms on alert
- want to choose the interval of the check
- and want to do that in a MEAN interface with tequilaStrategy passport :)Nice to have
- different interval check in function of website
- incremental alert (e.g. when website is up, no more alert, or only mail alert)
- number of check to do## Notes
- http://epnet.epfl.ch/responsables-informatiques
- https://github.com/langpavel/node-ping-wrapper