Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.51 KB

  f5-slack-bot

Releases Commits Maintenance Issues TMOS License Slack Status

  

Table of Contents

  

Description

F5 control and logging integration with a Slack bot.

  

Installation

Please review the script first!

bash <(curl -sL https://github.com/ArtiomL/f5-slack-bot/raw/master/install.sh)

  

Logging

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;