modulepackage
0.1.0-beta.2
Repository: https://github.com/andrewrynhard/k8s-argus.git
Documentation: pkg.go.dev
# README
Note: Argus is a community driven project. LogicMonitor support will not assist in any issues related to Argus.
Argus is a tool for monitoring Kubernetes with LogicMonitor. Some of the key features of Argus are:
- Automated Device Group Management: Leverages Kubernetes events to provide real-time accuracy of a cluster's resources in LogicMonitor, and organizes them by resource type and namespace in the Device Tree.
- Automated Device Management: Discovers etcd members, cluster nodes, services, and pods, and automates the management of their lifecycle as Devices in LogicMonitor.
- Automated Device Property Management: Discovers Kubernetes resource metadata and maps them to Device Properties.
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.