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

Error: "Failed to get device group list when searching for [Device Group]" - Can't install Argus #73

@rsryanstephen

Description

@rsryanstephen
  • 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.

screenshot - device associated with the given collector description and device group
screenshot - device group - kubernetes cluster homestead prod servers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions