Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

Remove 'nail' references #7

Closed solarkennedy closed 10 years ago

solarkennedy commented 10 years ago

After removing habitat lines, this looks like it is just the nodebot path. We should be able to just use the path to find it.

hashbrowncipher commented 10 years ago

I can think of three ways to fix this: 1) Use the PATH variable to look up the nodebot binary. We currently start sensu-server with upstart, so we'll have to source /etc/environment to get our custom PATH. 2) Pass in the nodebot path as a setting to the handler 3) Deploy nodebot as a package that installs into one of the system default PATHs.

One thing I'd prefer not to do is use Puppet to deploy nodebot into the unpurged /usr/bin directory. :stuck_out_tongue_winking_eye:

solarkennedy commented 10 years ago

Hehe, You got me. :) I'll fix via 3.