mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-09-25 10:57:38 +02:00
parent
740e1f60a9
commit
b1815bdc87
3
Makefile
3
Makefile
@ -2,7 +2,8 @@ BEAT_NAME=icingabeat
|
|||||||
BEAT_PATH=github.com/icinga/icingabeat
|
BEAT_PATH=github.com/icinga/icingabeat
|
||||||
BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
|
BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
|
||||||
BEAT_VENDOR=Icinga
|
BEAT_VENDOR=Icinga
|
||||||
BEAT_DOC_URL=https://github.com/Icinga/icingabeat
|
BEAT_URL?=https://icinga.com/docs/icingabeat
|
||||||
|
BEAT_DOC_URL?=https://icinga.com/docs/icingabeat
|
||||||
BEAT_GOPATH=$(firstword $(subst :, ,${GOPATH}))
|
BEAT_GOPATH=$(firstword $(subst :, ,${GOPATH}))
|
||||||
SYSTEM_TESTS=false
|
SYSTEM_TESTS=false
|
||||||
TEST_ENVIRONMENT=false
|
TEST_ENVIRONMENT=false
|
||||||
|
@ -33,7 +33,9 @@ import (
|
|||||||
func init() {
|
func init() {
|
||||||
devtools.SetBuildVariableSources(devtools.DefaultBeatBuildVariableSources)
|
devtools.SetBuildVariableSources(devtools.DefaultBeatBuildVariableSources)
|
||||||
|
|
||||||
devtools.BeatDescription = "One sentence description of the Beat."
|
devtools.BeatVendor = "Icinga"
|
||||||
|
devtools.BeatURL = "https://icinga.com/docs/icingabeat"
|
||||||
|
devtools.BeatDescription = "Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash."
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build builds the Beat binary.
|
// Build builds the Beat binary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user