mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
Updating README to use https url instead of git url. Removing trailing slash from documentation to address issue #18
This commit is contained in:
@@ -29,7 +29,7 @@ endpoint:
|
|||||||
- type: REGEX
|
- type: REGEX
|
||||||
regex: ".*<body>.*"
|
regex: ".*<body>.*"
|
||||||
cachet:
|
cachet:
|
||||||
api_url: http://status.cachethq.io/api/v1/
|
api_url: http://status.cachethq.io/api/v1
|
||||||
token: my_token
|
token: my_token
|
||||||
component_id: 1
|
component_id: 1
|
||||||
metric_id: 1
|
metric_id: 1
|
||||||
@@ -56,7 +56,7 @@ frequency: 30
|
|||||||
The application should be installed using **virtualenv**, through the following command:
|
The application should be installed using **virtualenv**, through the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone git@github.com:mtakaki/cachet-url-monitor.git
|
$ git clone https://github.com/mtakaki/cachet-url-monitor.git
|
||||||
$ virtualenv cachet-url-monitor
|
$ virtualenv cachet-url-monitor
|
||||||
$ cd cachet-url-monitor
|
$ cd cachet-url-monitor
|
||||||
$ source bin/activate
|
$ source bin/activate
|
||||||
|
|||||||
Reference in New Issue
Block a user