From 495b7831b267a323cd128d8c651f44e4ef336a9c Mon Sep 17 00:00:00 2001 From: Jacob Sadowyj Date: Fri, 22 Sep 2023 14:11:32 -0500 Subject: [PATCH] update repo ownership --- CHANGELOG.md | 6 ++++++ README.md | 16 ++++++++-------- go.mod | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f7cb2..6df9e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index dc00ef0..743d7b0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -78,7 +78,7 @@ spec: subscriptions: - system runtime_assets: - - jsadowyj/check-idle-apache + - mnx-solutions/check-idle-apache ``` ## Installation from source @@ -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/ diff --git a/go.mod b/go.mod index 91eff9f..505f60a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jsadowyj/check-idle-apache +module github.com/mnx-solutions/check-idle-apache go 1.18