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 )
4
4
5
5
# Sensu CPU usage check
6
6
@@ -52,7 +52,7 @@ using an asset, please consider doing so! If you're using sensuctl 5.13 with
52
52
Sensu Backend 5.13 or later, you can use the following command to add the asset:
53
53
54
54
```
55
- sensuctl asset add nixwiz /check-cpu-usage
55
+ sensuctl asset add sensu /check-cpu-usage
56
56
```
57
57
58
58
If you're using an earlier version of sensuctl, you can find the asset on the
79
79
subscriptions :
80
80
- system
81
81
runtime_assets :
82
- - nixwiz /check-cpu-usage
82
+ - sensu /check-cpu-usage
83
83
` ` `
84
84
85
85
## Installation from source
@@ -101,7 +101,7 @@ For more information about contributing to this plugin, see [Contributing][4].
101
101
102
102
[ 1 ] : https://docs.sensu.io/sensu-go/latest/reference/checks/
103
103
[ 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
105
105
[ 4 ] : https://github.com/sensu/sensu-go/blob/master/CONTRIBUTING.md
106
106
[ 5 ] : https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-schedule/collect-metrics-with-checks/#supported-output-metric-formats
107
107
[ 6 ] : https://golang.org/cmd/cgo/
0 commit comments