<p>I haven't actually tested this, but there are some code style things that I'd like to see fixed up before merge:</p>

<ol>
<li>There should always be spaces before and after operators (e.g. <code>result = send_tcp_request</code> not <code>result=send_tcp_request</code>). This applies for mathematic stuff like addition, too (e.g. <code>1 + 4</code>, not <code>1+4</code>).</li>
<li>Mixing of tabs and spaces or some other kind of indentation problem. Things are inconsistent.</li>
</ol><p>Once those two things are fixed I can do a full code review. Thanks a bunch!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br><a href='https://github.com/monitoring-plugins/monitoring-plugins/pull/1183#issuecomment-38800565'>Reply to this email on GitHub</a>.<img src='https://github.com/notifications/beacon/5514713__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMTU0NTM3MywiZGF0YSI6eyJpZCI6MTc2NDMxMDB9fQ==--1f9c0fdc07b3f3efc2bacb856d0feb9545d45da8.gif' height='1' width='1'></p>