Skip to content

Commit 94cedb7

Browse files
author
Jef Spaleta
authored
update urls in README
1 parent 6af30af commit 94cedb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/nixwiz/check-cpu-usage)
2-
![Go Test](https://github.com/nixwiz/check-cpu-usage/workflows/Go%20Test/badge.svg)
3-
![goreleaser](https://github.com/nixwiz/check-cpu-usage/workflows/goreleaser/badge.svg)
1+
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu/check-cpu-usage)
2+
![Go Test](https://github.com/sensu/check-cpu-usage/workflows/Go%20Test/badge.svg)
3+
![goreleaser](https://github.com/sensu/check-cpu-usage/workflows/goreleaser/badge.svg)
44

55
# Sensu CPU usage check
66

@@ -52,7 +52,7 @@ using an asset, please consider doing so! If you're using sensuctl 5.13 with
5252
Sensu Backend 5.13 or later, you can use the following command to add the asset:
5353

5454
```
55-
sensuctl asset add nixwiz/check-cpu-usage
55+
sensuctl asset add sensu/check-cpu-usage
5656
```
5757

5858
If you're using an earlier version of sensuctl, you can find the asset on the
@@ -79,7 +79,7 @@ spec:
7979
subscriptions:
8080
- system
8181
runtime_assets:
82-
- nixwiz/check-cpu-usage
82+
- sensu/check-cpu-usage
8383
```
8484
8585
## Installation from source
@@ -101,7 +101,7 @@ For more information about contributing to this plugin, see [Contributing][4].
101101

102102
[1]: https://docs.sensu.io/sensu-go/latest/reference/checks/
103103
[2]: https://docs.sensu.io/sensu-go/latest/reference/assets/
104-
[3]: https://bonsai.sensu.io/assets/nixwiz/check-cpu-usage
104+
[3]: https://bonsai.sensu.io/assets/sensu/check-cpu-usage
105105
[4]: https://github.com/sensu/sensu-go/blob/master/CONTRIBUTING.md
106106
[5]: https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-schedule/collect-metrics-with-checks/#supported-output-metric-formats
107107
[6]: https://golang.org/cmd/cgo/

0 commit comments

Comments
 (0)