https://github.com/artioml/f5-slack-bot
:speech_balloon: F5 control and logging integration with a Slack bot
https://github.com/artioml/f5-slack-bot
f5networks node-js slack slack-bot
Last synced: 5 months ago
JSON representation
:speech_balloon: F5 control and logging integration with a Slack bot
- Host: GitHub
- URL: https://github.com/artioml/f5-slack-bot
- Owner: ArtiomL
- License: mit
- Created: 2017-11-11T05:01:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T20:50:04.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T10:39:41.169Z (over 1 year ago)
- Topics: f5networks, node-js, slack, slack-bot
- Language: JavaScript
- Homepage:
- Size: 3.65 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
f5-slack-bot
[](https://github.com/ArtiomL/f5-slack-bot/releases)
[](https://github.com/ArtiomL/f5-slack-bot/commits/master)
[](https://github.com/ArtiomL/f5-slack-bot/graphs/code-frequency)
[](https://github.com/ArtiomL/f5-slack-bot/issues)

[](/LICENSE)
[](https://f5cloudsolutions.herokuapp.com)
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [Logging](#logging)
- [License](LICENSE)
## Description
F5 [control](https://youtu.be/-nLz8mNx60E) and [logging](https://youtu.be/yNNSStlIYX0) integration with a Slack bot.
## Installation
Please review the [script](install.sh) 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](index.js):
```node
// Log level to /var/log/f5-slack-bot (or stdout)
var intLogLevel = 0;
```