F5 control and logging integration with a Slack bot.
Please review the script first!
bash <(curl -sL https://github.com/ArtiomL/f5-slack-bot/raw/master/install.sh)
All logging is disabled by default. This is controlled by the intLogLevel
variable in index.js:
// Log level to /var/log/f5-slack-bot (or stdout)
var intLogLevel = 0;