Skip to content

Commit

Permalink
Speak of Icinga not Icinga2 where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Feb 27, 2024
1 parent 3767fdb commit e1a7dc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Icinga2 Kubernetes Helm Charts
# Icinga Kubernetes Helm Charts

This repository serves as a central repository to host all Icinga2 related Helm charts.
This repository serves as a central repository to host all Icinga related Helm charts.

[Icinga2](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
[Icinga](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

[Helm](https://helm.sh) is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

### Add Helm repository

First you need to add the Icinga2 Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of
First you need to add the Icinga Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of
Kubernetes manifests for users to consume.

The Icinga2 Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command:
The Icinga Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command:

```console
helm repo add icinga https://icinga.github.io/helm-charts
Expand All @@ -34,4 +34,4 @@ For information on how to contribute to this repository, see the [contribution g

## License

This project is licensed under the terms of the [Apache 2.0](LICENSE) open source license.
This project is licensed under the terms of the [Apache 2.0](LICENSE) open source license.
12 changes: 6 additions & 6 deletions charts/icinga-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Icinga2 Kubernetes Helm Charts
# Icinga Kubernetes Helm Charts

> **WARNING**: This chart is currently in alpha state and should not be used in production. Breaking changes in future releases are well possible.
[Icinga2](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
[Icinga](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

[Helm](https://helm.sh) is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

Expand All @@ -19,19 +19,19 @@ This chart bootstraps a complete Icinga environment on a [Kubernetes](http://kub

### Add Helm repository

First you need to add the Icinga2 Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of
First you need to add the Icinga Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of
Kubernetes manifests for users to consume.

The Icinga2 Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command:
The Icinga Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command:

```console
helm repo add icinga https://icinga.github.io/helm-charts
helm repo update
```

### Install Icinga2
### Install Icinga

Once the repository is known to your Helm installation, you can install Icinga2 by running the following command:
Once the repository is known to your Helm installation, you can install Icinga by running the following command:

```console
helm install <release-name> \
Expand Down

0 comments on commit e1a7dc6

Please sign in to comment.