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.
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.