https://github.com/jonls/torque-slack
Post Torque job information to Slack
https://github.com/jonls/torque-slack
Last synced: 11 months ago
JSON representation
Post Torque job information to Slack
- Host: GitHub
- URL: https://github.com/jonls/torque-slack
- Owner: jonls
- License: mit
- Created: 2015-02-28T21:29:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T21:39:40.000Z (over 9 years ago)
- Last Synced: 2025-01-21T09:48:53.232Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Torque-Slack
============
A daemon to post Torque job updates to Slack. It uses the Torque logs
to detect when jobs are started and completed, and posts messages to Slack.
Currently, the accounting logs are used to detect which and these require root
permission to access.
Configuration
-------------
The configuration is read from a simple YAML file. See `config-example.yaml`_
for an example. To load the configuration run::
$ torque-slack --config config.yaml
.. _config-example.yaml: config-example.yaml