#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
Nice work on this. It's going in my cookbook (https://github.com/cramerdev/cookbooks/blob/master/graylog2/) I like Supervisor for some jobs, but you wouldn't believe how hard it is to find good initscripts these days.