You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 get it to work.
The text was updated successfully, but these errors were encountered:
rrj2004
added a commit
to rrj2004/nagios-jenkins-plugin
that referenced
this issue
Sep 9, 2015
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 get it to work.
The text was updated successfully, but these errors were encountered: