We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the script I can pipe to send_nrdp.php with the following:
send_nrdp.php
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.
--usestdin
The text was updated successfully, but these errors were encountered:
added documentation for usestdin,delim and added in the ability to de…
49edaa3
…fine the delimeter (#17) -BH
Added in 49edaa3
Sorry, something went wrong.
No branches or pull requests
Looking at the script I can pipe to
send_nrdp.php
with the following:--usestdin
is not explained in the help. It also appears that changing the delimiter is not an option.The text was updated successfully, but these errors were encountered: