about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorChristian Theune <ct@flyingcircus.io>2015-03-30 23:54:21 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-03-30 23:56:15 +0200
commitb15078b579770e6ecf451416aac64604be8f942d (patch)
tree3466f3e3423a0ee8ca1bf28713e0dfcbed3ead5c /lib
parentcb9f2f850344fe0a533ec0d93614fce2565289f1 (diff)
downloadnixlib-b15078b579770e6ecf451416aac64604be8f942d.tar
nixlib-b15078b579770e6ecf451416aac64604be8f942d.tar.gz
nixlib-b15078b579770e6ecf451416aac64604be8f942d.tar.bz2
nixlib-b15078b579770e6ecf451416aac64604be8f942d.tar.lz
nixlib-b15078b579770e6ecf451416aac64604be8f942d.tar.xz
nixlib-b15078b579770e6ecf451416aac64604be8f942d.tar.zst
nixlib-b15078b579770e6ecf451416aac64604be8f942d.zip
Provide a basic package for sensu.
The server currently starts without error messages (on OS X) if you also
install redis and rabbitmq-server and start their processes without any
further configuration:

$ redis-server
$ rabbitmq-server
$ sensu-server

Haven't tried much more yet, but will in a bit.

(Amended: fix whitespace and string literal formatting issues, and
superfluous dependencies created by the generator script.
Thanks the-kenny!)
Diffstat (limited to 'lib')
-rw-r--r--lib/maintainers.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index 05fbad6634ad..7ec31f0aad3d 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -189,6 +189,7 @@
   tailhook = "Paul Colomiets <paul@colomiets.name>";
   thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
   the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
+  theuni = "Christian Theune <ct@flyingcircus.io>";
   thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
   titanous = "Jonathan Rudenberg <jonathan@titanous.com>";
   tomberek = "Thomas Bereknyei <tomberek@gmail.com>";