ArtiomL / f5-slack-bot

:speech_balloon: F5 control and logging integration with a Slack bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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;

About

:speech_balloon: F5 control and logging integration with a Slack bot

License:MIT License


Languages

Language:JavaScript 82.5%Language:Shell 17.5%