frew | I am trying to build an upstart job that executes when other services are started, for the purpose of centrally reporting and monitoring services | 17:45 |
---|---|---|
frew | this is what I can up with, based on the cookbook | 17:46 |
frew | `start on ( started or stopped ) and ( JOB=!"cerberus" and INSTANCE=!"cerberus*")` | 17:46 |
frew | so it notices all starts or stops that are not itself basically | 17:46 |
frew | but weirdly, it actually doesn't, and stopping and starting stuff isn't working | 17:46 |
frew | I think I got it working with: `start on started JOB!="cerberus*" JOB!="startpar-bridge" INSTANCE!="cerberus*"` | 18:33 |
frew | and another one that has `start on stopped JOB!="cerberus*" JOB!="startpar-bridge" INSTANCE!="cerberus*"` | 18:33 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!