Page 2 of 2

Re: (No output returned from plugin)

Posted: Fri Jul 17, 2020 9:47 am
by scottwilkerson
maexware-dennis wrote:
scottwilkerson wrote:I haven't dug into your full script, but I see this right at the top

Code: Select all

#!/usr/bin/php

<?php
the blank line is going to give you a blank line of output right at the beginning of the script which is what Nagios will see as the first link of output and CANNOT be blank

I would recommend changing that to

Code: Select all

#!/usr/bin/php
<?php
This fixed it for me. Thank you :)
Great!

Locking thread

Re: (No output returned from plugin)

Posted: Fri Jul 17, 2020 10:13 am
by scottwilkerson
Great!

Locking thread