charts/charts/uptimerobot-prometheus
Jeff Billimek d80c1beed7
adding uptimerobot-prometheus chart (#246)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
2020-06-10 21:23:36 -04:00
..
templates adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00
.helmignore adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00
Chart.yaml adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00
OWNERS adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00
README.md adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00
values.yaml adding uptimerobot-prometheus chart (#246) 2020-06-10 21:23:36 -04:00

Prometheus Exporter using the Uptimerobot API

This is a helm chart providing a prometheus exporter to query the uptimerobot API. Based on the uptimerobot_exporter container image.

TL;DR;

helm repo add billimek https://billimek.com/billimek-charts/
helm install billimek/uptimerobot-prometheus

Installing the Chart

To install the chart with the release name uptimerobot-prometheus:

helm install --name uptimerobot-prometheus billimek/uptimerobot-prometheus

Uninstalling the Chart

To uninstall/delete the uptimerobot-prometheus deployment:

helm delete uptimerobot-prometheus

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name uptimerobot-prometheus \
   --set serviceMonitor.enabled=true \
    billimek/uptimerobot-prometheus

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install --name uptimerobot-prometheus -f values.yaml billimek/uptimerobot-prometheus

Grafana Dashboard

You can find an example grafana dashboard as shown in the screenshot above.