Skip to content

💬 F5 control and logging integration with a Slack bot

License

Notifications You must be signed in to change notification settings

ArtiomL/f5-slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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;