-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Logicmonitor's Container Monitoring | ||
|
||
This Helm chart installs Logicmonitor LM Container solution to auto discover and monitor Kubernetes Cluster resources. | ||
A [LogicMonitor](https://www.logicmonitor.com) account is required. | ||
|
||
See [Logicmonitor Support Documentation](https://www.logicmonitor.com/support/monitoring/containers/kubernetes/about-logicmonitors-kubernetes-monitoring) | ||
for more details on installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
argus: | ||
# The LogicMonitor API key ID. | ||
accessID: "dummy" | ||
# The LogicMonitor API key. | ||
accessKey: "dummy" | ||
# The LogicMonitor account name. | ||
account: "dummy" | ||
# A unique name given to the cluster's resource group. | ||
clusterName: "dummy" | ||
|
||
collector: | ||
size: nano | ||
replicas: 2 | ||
probe: | ||
enabled: false | ||
|
||
collectorset-controller: | ||
## REQUIRED VALUES | ||
|
||
# The LogicMonitor API key ID. | ||
accessID: "dummy" | ||
# The LogicMonitor API key. | ||
accessKey: "dummy" | ||
# The LogicMonitor account name. | ||
account: "dummy" |