Skip to content

Commit

Permalink
DEV-39795: Support specifying an escalation chain for collectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Oct 16, 2018
1 parent e7d0aeb commit e13a688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $ helm upgrade \
--set imageTag="$IMAGE_TAG" \
--set collector.replicas="$COLLECTOR_REPLICAS" \
--set collector.size="$COLLECTOR_SIZE" \
--set collector.escalationChainID="$COLLECTOR_ESCALATION_CHAIN_ID" \
argus logicmonitor/argus
```

Expand All @@ -39,3 +40,4 @@ Optional Values:
- **imagePullPolicy (default: `"Always"`):**
- **imageRepository (default: `"logicmonitor/argus"`):** The respository to use for the Argus docker image.
- **imageTag:** The argus container image tag to use.
- **collector.escalationChainID:** The ID of the escalation chain of the collectors.
1 change: 1 addition & 0 deletions argus/templates/collectorset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ spec:
orchestrator: Kubernetes
replicas: {{ required "A valid .Values.collector.replicas entry is required!" .Values.collector.replicas }}
size: {{ required "A valid .Values.collector.size entry is required!" .Values.collector.size }}
escalationChainID: {{ .Values.collector.escalationChainID }}

0 comments on commit e13a688

Please sign in to comment.