send_nrdp.php - Help does not explain how to use STDIN or change the delimiter
box293 opened this issue · 1 comments
box293 commented
Looking at the script I can pipe to send_nrdp.php
with the following:
printf "centos01\t0\tThe host is up and OK\n" | ./send_nrdp.php --url=http://10.25.5.2/nrdp --token=XXXXX --usestdin
--usestdin
is not explained in the help. It also appears that changing the delimiter is not an option.