Closed solarkennedy closed 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:
Hehe, You got me. :) I'll fix via 3.
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.