Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T08:55:20.000Z (2 months ago)
- Last Synced: 2024-11-12T09:37:11.068Z (2 months ago)
- Topics: helm, helm-charts, icinga2, icingaweb2, k8s, kubernetes, monitoring
- Language: Smarty
- Homepage: https://icinga.com
- Size: 121 KB
- Stars: 9
- Watchers: 9
- Forks: 13
- Open Issues: 25
-
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.