Update metadata for packages

refs #33
This commit is contained in:
Blerim Sheqa 2019-08-15 14:48:50 +02:00
parent 740e1f60a9
commit b1815bdc87
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,8 @@ BEAT_NAME=icingabeat
BEAT_PATH=github.com/icinga/icingabeat
BEAT_DESCRIPTION=Icingabeat ships Icinga 2 events and states to Elasticsearch or Logstash.
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}))
SYSTEM_TESTS=false
TEST_ENVIRONMENT=false

View File

@ -33,7 +33,9 @@ import (
func init() {
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.