Skip to content

Commit

Permalink
update repo ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Sep 22, 2023
1 parent 723655e commit 495b783
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-09-22

### Changed
- ownership of repo from jsadowyj to mnx-solutions
- .bonsai.yml builds

## [0.1.0] - 2023-09-22

### Added
- Initial release
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/jsadowyj/check-idle-apache)
![Go Test](https://github.com/jsadowyj/check-idle-apache/workflows/Go%20Test/badge.svg)
![goreleaser](https://github.com/jsadowyj/check-idle-apache/workflows/goreleaser/badge.svg)
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/mnx-solutions/check-idle-apache)
![Go Test](https://github.com/mnx-solutions/check-idle-apache/workflows/Go%20Test/badge.svg)
![goreleaser](https://github.com/mnx-solutions/check-idle-apache/workflows/goreleaser/badge.svg)

# Check Plugin Template

Expand Down Expand Up @@ -59,10 +59,10 @@ consider doing so! If you're using sensuctl 5.13 with Sensu Backend 5.13 or late
following command to add the asset:

```
sensuctl asset add jsadowyj/check-idle-apache
sensuctl asset add mnx-solutions/check-idle-apache
```

If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/jsadowyj/check-idle-apache].
If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/mnx-solutions/check-idle-apache].

### Check definition

Expand All @@ -78,7 +78,7 @@ spec:
subscriptions:
- system
runtime_assets:
- jsadowyj/check-idle-apache
- mnx-solutions/check-idle-apache
```
## Installation from source
Expand All @@ -102,8 +102,8 @@ For more information about contributing to this plugin, see [Contributing][1].
[1]: https://github.com/sensu/sensu-go/blob/master/CONTRIBUTING.md
[2]: https://github.com/sensu/sensu-plugin-sdk
[3]: https://github.com/sensu-plugins/community/blob/master/PLUGIN_STYLEGUIDE.md
[4]: https://github.com/jsadowyj/check-idle-apache/blob/master/.github/workflows/release.yml
[5]: https://github.com/jsadowyj/check-idle-apache/actions
[4]: https://github.com/mnx-solutions/check-idle-apache/blob/master/.github/workflows/release.yml
[5]: https://github.com/mnx-solutions/check-idle-apache/actions
[6]: https://docs.sensu.io/sensu-go/latest/reference/checks/
[7]: https://github.com/sensu/check-plugin-template/blob/master/main.go
[8]: https://bonsai.sensu.io/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jsadowyj/check-idle-apache
module github.com/mnx-solutions/check-idle-apache

go 1.18

Expand Down

0 comments on commit 495b783

Please sign in to comment.