Skip to content

Commit

Permalink
Reference license_manager_exporter. Solves #137
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <[email protected]>
  • Loading branch information
mjtrangoni committed Feb 12, 2025
1 parent b637635 commit d7d1ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ crossbuild: promu
$(GOPATH)/bin/golangci-lint lint:
@GOOS=$(shell uname -s | tr A-Z a-z) \
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.2
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
[Prometheus](https://prometheus.io/) exporter for FLEXlm License Manager
`lmstat` license information.

If you are looking for other License Managers metrics (like rlm,lmx, and mathlm),
please check the [License Manager Exporter](https://codeberg.org/Zauberbutter/license_manager_exporter/).

## Install

```console
Expand Down

0 comments on commit d7d1ff1

Please sign in to comment.