Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirwin/osiw
Service for sending operations messages to slack incoming webhooks
https://github.com/jirwin/osiw
Last synced: 21 days ago
JSON representation
Service for sending operations messages to slack incoming webhooks
- Host: GitHub
- URL: https://github.com/jirwin/osiw
- Owner: jirwin
- License: mit
- Created: 2018-08-01T06:29:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T08:55:27.000Z (over 6 years ago)
- Last Synced: 2024-10-15T02:09:27.729Z (2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# operations-slack-webhooks
Service for sending operations messages to slack incoming webhooks## Usage
### Server
```
NAME:
osiw-serverUSAGE:
[global options] command [command options] [arguments...]DESCRIPTION:
operational slack incoming webhooksCOMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--listen value the address to listen on (default: "127.0.0.1:57438")
--webhook-url value the slack incoming webhook url
--help, -h show help
--version, -v print the version
```### Client
```
NAME:
osiw-clientUSAGE:
[global options] command [command options] [arguments...]DESCRIPTION:
post operational slack incoming webhooksCOMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--server value the address to send requests to (default: "127.0.0.1:57438")
--hostname value the hostname sending the requests
--title value the title of the message (default: "Status Update")
--help, -h show help
--version, -v print the version
```The client reads from stdin and posts the message to the provided
webhook.