Displaying 1 result from an estimated 1 matches for "hodel_3000_compliant_logg".
Did you mean:
hodel_3000_compliant_logger
2008 Sep 21
3
Monit; BackgroundRB; environment variables
...I seem to have zeroed in on the problem. I''m not sure where 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 doe...