mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
only count master for iteration
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ MAINT="david at sleepers dot pro"
|
||||
DESC="This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database."
|
||||
PACKAGE:=./cmd/$(BINARY)
|
||||
VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v)
|
||||
ITERATION:=$(shell git rev-list --all --count)
|
||||
ITERATION:=$(shell git rev-list --count master)
|
||||
|
||||
all: man build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user