LibreNMS
LibreNMS is an IP address management (IPAM) and data center infrastructure management (DCIM) tool.
TL;DR
$ helm repo add librenms https://www.librenms.org/helm-charts
$ helm install my-release librenms/librenms --set appkey=<LibreNMS Application key>
Prerequisites
- This chart has only been tested on Kubernetes 1.18+, but should work on 1.14+
- Recent versions of Helm 3 are supported
Installing the Chart
To install the chart with the release name my-release
and default configuration:
$ helm repo add librenms https://www.librenms.org/helm-charts
$ helm install my-release librenms/librenms --set appkey=<LibreNMS Application key>
Values
Check the values.yaml file for the available settings for this chart and its dependencies.
Required values:
librenms:
appkey:
Uninstalling the Chart
To delete the chart:
$ helm delete my-release
License
The following notice applies to all files contained within this Helm Chart and the Git repository which contains it:
Copyright 2022 Jochem Bruijns
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.