summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2020-12-14 14:29:23 +0000
committerGitHub <noreply@github.com>2020-12-14 14:29:23 +0000
commite32fb3d27bf63081ecc199dde778e1d52d91d765 (patch)
tree334410687741931eb3742308af33830c96f33898
parent0f8175dd3060691394e263cdab01c8f940b1b5d3 (diff)
update alarms collector readme image to use one from the related netdata PR (#10348)
* update readme image to use one from the related netdata PR update readme image to use one from the related netdata PR as opposed to coming from a private repo. * Update collectors/python.d.plugin/alarms/README.md Co-authored-by: Joel Hans <joel@netdata.cloud> Co-authored-by: Joel Hans <joel@netdata.cloud>
-rw-r--r--collectors/python.d.plugin/alarms/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/alarms/README.md b/collectors/python.d.plugin/alarms/README.md
index 2143d69a74..ea90529529 100644
--- a/collectors/python.d.plugin/alarms/README.md
+++ b/collectors/python.d.plugin/alarms/README.md
@@ -19,7 +19,7 @@ This collector creates an 'Alarms' menu with one line plot showing alarm states
Below is an example of the chart produced when running `stress-ng --all 2` for a few minutes. You can see the various warning and critical alarms raised.
-![alt text](https://github.com/andrewm4894/random/blob/master/images/netdata/netdata-alarms-collector.jpg)
+![alarms collector](https://user-images.githubusercontent.com/1153921/101641493-0b086a80-39ef-11eb-9f55-0713e5dfb19f.png)
## Configuration
@@ -53,4 +53,4 @@ local:
CRITICAL: 2
```
-It will default to pulling all alarms at each time step from the Netdata rest api at `http://127.0.0.1:19999/api/v1/alarms?all` \ No newline at end of file
+It will default to pulling all alarms at each time step from the Netdata rest api at `http://127.0.0.1:19999/api/v1/alarms?all`