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

logicmonitor/k8s-argus

Repository files navigation

⚠️ Archived: We are no more maintaining this codebase. See docker images on docker hub or respective public image registries where logicmonitor host/push images. If you are interested in learning how to monitor your Kubernetes clusters, please refer to the LogicMonitor Container monitoring guide.


GoDoc GoDoc Travis Codecov Go Report Card Release GitHub (pre-)release

Argus is a tool for monitoring Kubernetes with LogicMonitor. Some of the key features of Argus are:

  • Automated Resource Discovery: Leverages Kubernetes events and LogicMonitor's API to provide real-time accuracy of a cluster's resources in LogicMonitor. Discovers etcd members, cluster Nodes, Services, and Pods, and automates the management of their lifecycle as Resources in LogicMonitor.
  • Comprehensive Monitoring: Dockerized LogicMonitor Collectors running in a Stateful Set and managed by Argus collect data via the Kubernetes API for Nodes, Pods, Services, and Containers. Additionally, you can leverage LogicMonitor DataSources to monitor your applications running within the cluster.

See the documentation to discover more about Argus.

Developing Argus

To build Argus, run:

$ make

Note: The Dockerfile uses multi-stage builds. Docker 17.05.0 or greater is required.

To build the documentation, run:

$ make docs

Note: Hugo is required to generate the documentation.

License

license