File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Pinger
2
2
3
3
## What is it?
4
+
4
5
Pinger is a web application that let's you schedule HTTP requests and setup alerts based on the responses.
5
6
6
7
## Why would I use it?
8
+
7
9
Pinger is a good open source alternative for website monitoring. Set up an alert to notify via email when your site is down.
8
10
9
11
## Running on Heroku
10
12
11
13
12
14
## Technologies
15
+
13
16
Pinger is built on, and makes use of:
14
17
15
18
* [ Ruby on Rails] ( http://rubyonrails.org ) - the web application framework
16
19
* [ Resque] ( https://rubygems.org/gems/resque ) - background job queueing, scheduling and processing
17
20
* [ Cucumber] ( https://rubygems.org/gems/cucumber ) - high level, acceptance-style testing
18
- * [ RSpec] ( https://rubygems.org/gems/rspec ) - low level, unit-style testing
21
+ * [ RSpec] ( https://rubygems.org/gems/rspec ) - low level, unit-style testing
22
+
23
+ ## Notes
24
+
25
+ Although Pinger is at a fairly stable version, it is very much a work-in-progress application. Contributions are very welcome.
You can’t perform that action at this time.
0 commit comments