Displaying 1 result from an estimated 1 matches for "hodel3000compliantlogger".
2008 Sep 21
3
Monit; BackgroundRB; environment variables
...the
problem lies - maybe monit or maybe backgroundrb, or very likely, my
code :)
The problem of monit not being able to start backgroundrb started when
I added 2 lines to my Rails configuration file:
"require ''lib/hodel_3000_compliant_logger''" AND "config.logger =
Hodel3000CompliantLogger.new(config.log_path)"
(See http://pastie.org/276618 for better formatting. I had just
installed a logger tool.)
My speculation: via monit backgroundrb tried to load the logger lib
but can''t find it. Since monit does away with environment variables,
maybe the backgroundrb script expe...