Skip to content

Commit

Permalink
Sundry README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Nov 22, 2016
1 parent 340f031 commit c31bb1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion plugins/enhance/README.md
Expand Up @@ -36,8 +36,12 @@ Add `enhance` to the list of enabled `PLUGINS` in `alertad.conf` server
configuration file and set plugin-specific variables either in the
server configuration file or as environment variables.

```python
PLUGINS = ['enhance']
```

If the "run book" attribute is used the `RUNBOOK_URL` should be changed
to a valid intranet URL.
to a valid URL.

**Example**

Expand Down
2 changes: 1 addition & 1 deletion plugins/pushover/README.md
Expand Up @@ -33,7 +33,7 @@ PUSHOVER_TOKEN = '' # default="not set"
PUSHOVER_USER = '' # default="not set"
```

The below setting should be configured to link pushover messages to
The `DASHBOARD_URL` setting should be configured to link pushover messages to
the Alerta console:

```python
Expand Down
3 changes: 0 additions & 3 deletions plugins/syslog/README.md
Expand Up @@ -49,9 +49,6 @@ PLUGINS = ['reject','logger']
SYSLOG_FACILITY = 'local0'
```

Example
-------

```
Nov 21 20:42:37 c9b52479 root[17771]: WARNING - {"origin": "alerta/c9b52479.local", "text": "Instance was terminated unexpectedly", "lastReceiveTime": "2016-11-21T20:42:37.449Z", "receiveTime": "2016-11-21T20:42:37.449Z", "trendIndication": "lessSevere", "rawData": "", "previousSeverity": "major", "event": "InstanceTerminated", "group": "Misc", "severity": "warning", "service": ["AWS"], "id": "2359f60d-4e78-4dfa-b1d8-cb07853ca10a", "environment": "Production", "type": "exceptionAlert", "status": "open", "repeat": false, "tags": [], "createTime": "2016-11-21T20:42:37.383Z", "lastReceiveId": "5fd153a4-6d4c-4d18-9774-5414b8ebe96c", "customer": null, "resource": "i-0000101", "duplicateCount": 0, "correlate": [], "value": "n/a", "timeout": 86400, "attributes": {"ip": "127.0.0.1"}, "history": []}
Nov 21 20:42:42 --- last message repeated 1 time ---
Expand Down

0 comments on commit c31bb1a

Please sign in to comment.