rrj2004

Results 3 issues of rrj2004

It seems that output in api has changed. Now instead of if($computer->{'offline'} eq 'true') should be if ($computer->{'offline'} eq '1') or even if(($computer->{'offline'} eq 'true') || ($computer->{'offline'} eq '1')) to...

This pull request should fix issuse #14 and #15

When all nodes are online plugin returns following error: Use of uninitialized value $retStr in print at ./check_jenkins_nodes.pl