Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

blalor/docker-riemann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-riemann

Riemann in a Docker container, just like it says on the label.

ports

  • 5555/tcp -- tcp-server
  • 5555/udp -- udp-server
  • 5556/tcp -- ws-server

config and reloading

Riemann config entry point is /etc/riemann/riemann.conf. The basic config is basically worthless.

[incrond](http://inotify.aiken.cz/?section=incron&page=about&lang=en) watches for changes to the main config file and whatever is in /etc/riemann/conf.d and triggers a reload of Riemann. In theory, all you need to focus on is writing your config. Mount your own config at /etc/riemann (ensuring the entry point is the same, at least) and you should be good to go. incrond uses inotify to watch files; I don't know how or if this is going to work with Docker bind mounts. My limited testing was mixed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published