Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T20:50:04.000Z (over 6 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
[![Releases](https://img.shields.io/github/release/ArtiomL/f5-slack-bot.svg)](https://github.com/ArtiomL/f5-slack-bot/releases)
[![Commits](https://img.shields.io/github/commits-since/ArtiomL/f5-slack-bot/v1.0.0.svg?label=commits%20since)](https://github.com/ArtiomL/f5-slack-bot/commits/master)
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/ArtiomL/f5-slack-bot/graphs/code-frequency)
[![Issues](https://img.shields.io/github/issues/ArtiomL/f5-slack-bot.svg)](https://github.com/ArtiomL/f5-slack-bot/issues)
![TMOS](https://img.shields.io/badge/tmos-13.0-ff0000.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![Slack Status](https://f5cloudsolutions.herokuapp.com/badge.svg)](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;
```