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

Commit b689749

Browse files
docs(*): update README (#28)
1 parent 45d98eb commit b689749

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,25 @@
1-
<p align="center">
2-
<p align="center">
3-
<a href=""><img alt="GoDoc" src="./logo.png"></a>
1+
<p align="center"><a href=""><img src="./logo.png"></a></p>
42

5-
</p>
6-
<p align="center">
7-
<a href="https://godoc.org/github.com/logicmonitor/k8s-argus"><img alt="GoDoc" src="http://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square"></a>
3+
---
84

9-
</p>
10-
<p align="center">
5+
<p align="center">
6+
<a href="https://godoc.org/github.com/logicmonitor/k8s-argus"><img alt="GoDoc" src="http://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square"></a>
117
<a href="https://travis-ci.org/logicmonitor/k8s-argus"><img alt="Travis" src="https://img.shields.io/travis/logicmonitor/k8s-argus.svg?style=flat-square"></a>
128
<a href="https://codecov.io/gh/logicmonitor/k8s-argus"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/logicmonitor/k8s-argus.svg?style=flat-square"></a>
139
<a href="https://goreportcard.com/report/github.com/logicmonitor/k8s-argus"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/logicmonitor/k8s-argus?style=flat-square"></a>
10+
<a href="https://github.com/logicmonitor/k8s-argus/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/logicmonitor/argus.svg?style=flat-square"></a>
11+
<a href="https://github.com/logicmonitor/k8s-argus/releases/latest"><img alt="GitHub (pre-)release" src="https://img.shields.io/github/release/logicmonitor/argus/all.svg?style=flat-square"></a>
1412
</p>
15-
<p align="center">
16-
<a href="https://github.com/logicmonitor/k8s-argus/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/logicmonitor/argus.svg?style=flat-square"></a>
17-
<a href="https://github.com/logicmonitor/k8s-argus/releases/latest"><img alt="GitHub (pre-)release" src="https://img.shields.io/github/release/logicmonitor/argus/all.svg?style=flat-square"></a>
18-
</p>
19-
</p>
20-
21-
---
2213

2314
**Argus** is a tool for monitoring Kubernetes with [LogicMonitor](https://www.logicmonitor.com). Some of the key features of Argus are:
24-
- **Automated discovery:** Discovers nodes, services, and pods, and adds them as devices to your LogicMonitor account automatically.
25-
- **Real-time:** By leveraging the Kubernetes API event stream, Argus keeps everything a collector needs to know about your cluster up-to-date and accurate.
26-
- **Granular monitoring:** By adding resources as devices, data sources can use an IP address to talk directly to them. And since all Kubernetes labels are added as `system.categories` device properties, data sources can be applied based on lables.
27-
- **Organized visual represention:** Clusters are represented in the device tree as a collection of dynamic [Device Groups](https://www.logicmonitor.com/support/devices/device-groups/device-groups-overview/) and organizes the devices by resource type and namespace.
15+
- **Automated Device Management:** Discovers etcd members, cluster nodes, services, and pods, and automates the management of their lifecylce as [Devices](https://www.logicmonitor.com/support/devices/) in LogicMonitor.
16+
- **Automated Device Property Management:** Discovers Kubernetes resource metadata and maps them to [Device Properties](https://www.logicmonitor.com/support/devices/adding-managing-devices/device-properties/).
17+
- **Automated Device Tree 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](https://www.logicmonitor.com/support/devices/devices-page-overview/navigating-devices/) .
2818

2919
Getting Started
3020
---------------
3121
Argus is available as a Helm chart. Please see the installation instructions in the [LogicMonitor charts](https://github.com/logicmonitor/k8s-helm-charts/tree/master/argus) repository.
32-
> **Note:** Argus opensource software and currently in alpha phase. The LogicMonitor support team will not assist in any issues related to Argus.
22+
> **Note:** Argus is opensource software and currently in alpha phase. The LogicMonitor support team will not assist in any issues related to Argus.
3323
3424
Developing Argus
3525
----------------

0 commit comments

Comments
 (0)