This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Description
- Argus Version: 0.1.0
- Kubernetes Version: 1.10.0
- Docker Version:
- Helm Version: 2.9.0-rc3
Hi guys,
While trying to install Argus, we are having trouble with the specified "CLUSTER_NAME" field.
Log back from Argus deployment:
time="2018-05-22T08:53:23Z" level=fatal msg="Failed to get device group list when searching for "Kubernetes Cluster: Homestead Prod Servers": [REST] [0] "
Include this as the create command:
#!/bin/bash
NAMESPACE="kube-public"
RELEASE_NAME="logicmonit-argus"
ACCESS_ID=""
ACCESS_KEY=""
ACCOUNT="[email protected]"
CLUSTER_NAME="Homestead Prod Servers"
COLLECTOR_DESCRIPTION="ip-173-31-22-76.ec2.internal"
COLLECTOR_VERSION="26.001"
helm install -f config.yaml logicmonitor/argus
--debug
--wait
--kube-context hs-production.k8s.local
--name "$RELEASE_NAME"
--set global.accessID="$ACCESS_ID"
--set global.accessKey="$ACCESS_KEY"
--set global.account="$ACCOUNT"
--set clusterName="$CLUSTER_NAME"
--set collectorDescription="$COLLECTOR_DESCRIPTION"
--set collectorVersion="$COLLECTOR_VERSION"
I've included screenshots of the device associated with the given Collector Description and Device Group, as well as the "Kubernetes Cluster: Homestead Prod Servers" Device Group.

