Skip to content

shubhashri12/k8s-argus

 
 

Repository files navigation


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

Packages

No packages published

Languages

  • Go 98.9%
  • Other 1.1%