Skip to content

Commit 81a170f

Browse files
committed
add badge CI to readme
1 parent 5cee81f commit 81a170f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ha_cluster_exporter
22

3+
[![Build Status](https://travis-ci.org/ClusterLabs/ha_cluster_exporter.svg?branch=master)](https://travis-ci.org/ClusterLabs/ha_cluster_exporter)
4+
5+
36
This prometheus exporter is used to serve metrics for pacemaker https://github.com/ClusterLabs/pacemaker
47

58
It should run inside a node of the cluster or both.

ha_cluster_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var (
7777

7878
corosyncQuorate = prometheus.NewGauge(prometheus.GaugeOpts{
7979
Name: "corosync_quorate",
80-
Help: "shows if the cluster is quorate. 1 cluster is quorate, 0 not"
80+
Help: "shows if the cluster is quorate. 1 cluster is quorate, 0 not",
8181
})
8282

8383
// cluster metrics

0 commit comments

Comments
 (0)