Add option to disable "ok" resonse #67
Labels
adoptme
enhancement
hacktoberfest
"Everyone is welcome, Quantity is fun, quality is key, Short term actions, long term impact"
It seems like the "ok" response is hardcoded.
I'm using a cronjob to send nmap data to the http input, similar to what is described in this blog post.
The issue with the
ok
response is that it causes an email from cron being generated, every time the job runs, which is annoying.I know that I can redirect the output, but I can imagine that there are other use cases where no response would be appreciated as well.
Proposing to add an option to disable the response.
The text was updated successfully, but these errors were encountered: