diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2016-12-08 18:14:54 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2016-12-08 18:14:54 +0000 |
| commit | e9088498bc38e5465b1fa4a639acae8baef8cf46 (patch) | |
| tree | be4eac83f7c2687143b6f07f9b4c80f514a06073 /sysutils/metricbeat/files/patch-libbeat_scripts_Makefile | |
| parent | Update to 5.0.2 (diff) | |
Add metricbeat.
Collect metrics from your systems and services. From CPU to memory, Redis to
Nginx, and much more, Metricbeat is a lightweight way to send system
statistics.
Notes
Notes:
svn path=/head/; revision=428147
Diffstat (limited to 'sysutils/metricbeat/files/patch-libbeat_scripts_Makefile')
| -rw-r--r-- | sysutils/metricbeat/files/patch-libbeat_scripts_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/metricbeat/files/patch-libbeat_scripts_Makefile b/sysutils/metricbeat/files/patch-libbeat_scripts_Makefile new file mode 100644 index 000000000000..2b614a2017ec --- /dev/null +++ b/sysutils/metricbeat/files/patch-libbeat_scripts_Makefile @@ -0,0 +1,11 @@ +--- libbeat/scripts/Makefile.orig 2016-12-08 18:08:06.201040000 +0100 ++++ libbeat/scripts/Makefile 2016-12-08 18:08:14.835100000 +0100 +@@ -30,7 +30,7 @@ + GOFILES = $(shell find . -type f -name '*.go') + GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*") + GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go') +-SHELL=bash ++SHELL=sh + ES_HOST?="elasticsearch" + PWD=$(shell pwd) + BUILD_DIR?=$(shell pwd)/build |
