#Graylog2 Upstart
A basic set of Upstart jobs to get Graylog2 up and running quickly. Assumes MongoDB and Graylog2 installed in /opt/
. Tested on Ubuntu Server 10.04 LTS, MongoDB 2.0.0, graylog2-server-0.9.5p1, and graylog2-web-interface-0.9.5p2.
#Usage
Place job definitions in /etc/init/
and then use service [job] [command]
to start/stop/restart/status the services manually. On boot, the services flow into each other, only starting if dependent services have started. For more on controlling jobs or Upstart in general (a replacement for System-V init
), see the cookbook.
#Author
Thank you very much for writing this. I ended up not using the one for MongoDB because the default installation directory was different and Mongo comes with its own upstart script. However, the other 2 seem to work perfectly!