Site24x7 is a hosted monitoring platform.
This Helm chart adds the Site24x7 Agent to all nodes in your kubernetes cluster via a DaemonSet.
Please create a Site24x7 account to install the Kubernetes Monitoring Agent. Sign Up Now for a Free Trial!
Add our charts repository using the helm command line tool:
helm repo add site24x7 https://site24x7.github.io/helm-charts
helm repo update
device_key: SITE24X7DEVICEKEY
Your device Key is available under the Site24x7 "Add Server Monitor" page. Log In and navigate to Home > Monitors > Click on the (+) icon > Linux Server Monitoing.
Site24x7 device key is unique for your account. Alternate device Key can also be generated from your Site24x7 account under Admin > Developer > Device Key.
For Helm 3:
helm install <RELEASE_NAME> --set site24x7.device_key=<SITE24x7_DEVICE_KEY> site24x7/site24x7agent
For helm 2:
helm install --name <RELEASE_NAME> --set site24x7.device_key=<SITE24x7_DEVICE_KEY> site24x7/site24x7agent
The following table contains the configurable parameters of the Site24x7 Helm chart and their default values. Specify each parameter using the --set key=value argument to helm install.
For example,
#1) helm install <RELEASE_NAME> --set site24x7.device_key=<SITE24x7_DEVICE_KEY> --set site24x7.display_name="PROD_CLUSTER" site24x7/site24x7agent
#2) helm install <RELEASE_NAME> --set site24x7.device_key=<SITE24x7_DEVICE_KEY> --set site24x7.http_proxy=http://<username>:<password>@<proxyhost>:<proxyport> site24x7/site24x7agent
## Configuration Params
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| site24x7.http_proxy | string | `""` | Sets agent to communicate via proxy |
| site24x7.https_proxy | string | `""` | Sets agent to communicate via proxy |
| site24x7.display_name | string | `""` | Sets the display name of your kubernetes cluster monitor |
| kubernetes.kube_state_metrics_url | string | `""` | Setting this will override the kube state metrics url discovered by agent |
| kubernetes.kube_api_server_endpoint_url | string | `""` | Setting this will override the kubernetes api server url discovered by agent |
To uninstall/delete the <RELEASE_NAME> deployment:
helm delete <RELEASE_NAME>
The above command removes all the Kubernetes components associated with the chart and deletes the release.
- [Site24x7 Server Monitoring] (https://www.site24x7.com/server-monitoring.html)
- [Site24x7 Signup] (https://www.site24x7.com/signup.html?pack=5&l=en)
- [Site24x7 Help Documentation] (https://www.site24x7.com/help/admin/adding-a-monitor/linux-server-monitoring.html)