diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-21 05:37:37 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-21 05:37:37 +0000 |
commit | 7e51466f6667d679f0bd39e9aa0b46b890c592d9 (patch) | |
tree | 639b86ec90d941ec3ea308c60df5d076c6f45dca /net-mgmt/Makefile | |
parent | Upgrade from 0.4.16 to 0.4.17beta1, released in November 2016. (diff) |
Add net-mgmt/grok_exporter, export Prometheus metrics from arbitrary
unstructured log data
PR: 224455
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Notes
Notes:
svn path=/head/; revision=465147
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 1a3a97181a32..6a1ca4a4790d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -76,6 +76,7 @@ SUBDIR += gnu-ipcalc SUBDIR += grepcidr SUBDIR += grepip + SUBDIR += grok_exporter SUBDIR += gsnmp SUBDIR += guifi-snpservices SUBDIR += hastmon |