https://github.com/icinga/helm-charts
Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
https://github.com/icinga/helm-charts
helm helm-charts icinga2 icingaweb2 k8s kubernetes monitoring
Last synced: about 1 year ago
JSON representation
Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
- Host: GitHub
- URL: https://github.com/icinga/helm-charts
- Owner: Icinga
- License: apache-2.0
- Created: 2023-04-28T12:51:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T13:28:44.000Z (over 1 year ago)
- Last Synced: 2025-04-13T20:47:14.674Z (about 1 year ago)
- Topics: helm, helm-charts, icinga2, icingaweb2, k8s, kubernetes, monitoring
- Language: Smarty
- Homepage: https://icinga.com
- Size: 122 KB
- Stars: 12
- Watchers: 8
- Forks: 13
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga Kubernetes Helm Charts
This repository serves as a central repository to host all Icinga related Helm charts.
[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 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 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
```
## Reporting issues
Please report issues and bugs by creating a [GitHub Issue](https://github.com/icinga/helm-charts/issues/new/choose) and choosing **Bug** from the template list.
Continue by filling out the template with all the relevant information.
## Suggesting features and enhancements
Please suggest features and enhancements by creating a [GitHub Issue](https://github.com/icinga/helm-charts/issues/new/choose) and choosing **Feature Request** from the template list.
Continue by filling out the template with all the relevant information.
## Contributing
For information on how to contribute to this repository, see the [contribution guidelines](CONTRIBUTING.md).
## License
This project is licensed under the terms of the [Apache 2.0](LICENSE) open source license.