Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch bosh-prometheus to cloudfoundry #21

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Here are some ways *you* can contribute:
* by writing specifications
* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace)
* by refactoring code
* by closing [issues](https://github.com/bosh-prometheus/node-exporter-boshrelease/issues)
* by closing [issues](https://github.com/cloudfoundry/node-exporter-boshrelease/issues)
* by reviewing patches

## Submitting an Issue

We use the [GitHub issue tracker](https://github.com/bosh-prometheus/node-exporter-boshrelease/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug,. Ideally, a bug report should include a pull request with failing specs.
We use the [GitHub issue tracker](https://github.com/cloudfoundry/node-exporter-boshrelease/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug,. Ideally, a bug report should include a pull request with failing specs.

## Submitting a Pull Request

Expand All @@ -29,4 +29,4 @@ We use the [GitHub issue tracker](https://github.com/bosh-prometheus/node-export

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use this BOSH release, first upload it to your BOSH:

```
export BOSH_ENVIRONMENT=<name>
bosh upload-release https://github.com/bosh-prometheus/node-exporter-boshrelease/releases/download/v5.0.0/node-exporter-5.0.0.tgz
bosh upload-release https://github.com/cloudfoundry/node-exporter-boshrelease/releases/download/v5.0.0/node-exporter-5.0.0.tgz
```

Then create a runtime configuration file:
Expand Down Expand Up @@ -42,7 +42,7 @@ Once runtime config is updated it will applied to all new deployments (the exist

## Contributing

Refer to [CONTRIBUTING.md](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/CONTRIBUTING.md).
Refer to [CONTRIBUTING.md](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/CONTRIBUTING.md).

## Run tests

Expand All @@ -55,4 +55,4 @@ $ docker run -ti --rm -v$(pwd):/repo ruby:3.2 /bin/bash

## License

Apache License 2.0, see [LICENSE](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/LICENSE).