raintank / statsdaemon

Metrics aggregation daemon like statsd, in Go and with a bunch of extra features.
The Unlicense
327 stars 30 forks source link

added config-file and url lines #29

Closed ehlerst closed 7 years ago

ehlerst commented 7 years ago

This simply adds the config-file line which prevents rpm packages from erasing the old config. Even with automation this is a good thing as the rpm will install erase the old config and automation will have to replace the file again.

Also added a --url flag so if somebody finds the RPM in the wild they know where to go. Not sure if you want this pointed at raintank.io or github.

Dieterbe commented 7 years ago

looks good thanks @ehlerst