a3rd / molniya

Automatically exported from code.google.com/p/molniya
GNU General Public License v2.0
0 stars 0 forks source link

unable to start under Debian Lenny (possibly more) #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by LDFHSDHS...@gmail.com on 11 Jan 2011 at 10:33

GoogleCodeExporter commented 8 years ago
just checkouted trunk, and this issue is fixed there. So, close it :)

Original comment by LDFHSDHS...@gmail.com on 11 Jan 2011 at 10:46