Export to GitHub

molniya - issue #24

unable to start under Debian Lenny (possibly more)


Posted on Jan 11, 2011 by Swift Lion

Due to Debian FHS is not posibble to make molniya up. It complains about Nagios not running, which is obviously not true.

Fix seem obvious:

in config.yml add the following:

nagios_var: /var/lib/nagios3 nagios_var_cache: /var/cache/nagios3

in molniyja.rb

nagios_var_cache = Pathname.new(conf['nagios_var_cache'])

right after

nagios_var

It dies on 'status' command though, but this issue has already been addressed.

Comment #1

Posted on Jan 11, 2011 by Swift Lion

just checkouted trunk, and this issue is fixed there. So, close it :)

Status: New

Labels:
Type-Defect Priority-Medium