Björn Albers

Results 6 issues of Björn Albers

A new class method to wrap the common begin/rescue block (see https://github.com/hobodave/nagios-probe/pull/3).

Hi Dave, I want to add a new class method to wrap the begin/rescue block which should be common for every plugin. In order to fully test-drive the change I...

chruby won't get sourced system-wide under zsh when using the README's config sample: ``` bash if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then source /usr/local/share/chruby/chruby.sh ... fi...

zsh

Installing rbenv with: ``` Puppet rbenv::install { $user: require => User[$user], rc => '.bashrc', } ``` ...works not for non-login shells: ``` deployer@precise32:~$ which ruby /home/deployer/.rbenv/shims/ruby deployer@precise32:~$ exit logout Connection...

I tested with the latest version (cucumber-nagios v0.9.0)... # Example feature to reproduce the error: Feature: Google It should be up Scenario Outline: This failing scenario crashes cucumber-nagios When I...

Hello Benno, this fixes the following deprecation warning and error: [DEPRECATION WARNING]: Using bare variables is deprecated. This feature will be removed in a future release. Deprecation warnings can be...