Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/pbsmonitor
A PBS job monitor powered by CoolQ, which can send states of Portable Batch System to QQ.
https://github.com/njzjz/pbsmonitor
Last synced: 2 months ago
JSON representation
A PBS job monitor powered by CoolQ, which can send states of Portable Batch System to QQ.
- Host: GitHub
- URL: https://github.com/njzjz/pbsmonitor
- Owner: njzjz
- Created: 2018-08-07T08:09:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T21:56:38.000Z (6 months ago)
- Last Synced: 2024-09-14T11:13:19.728Z (3 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# PBSMonitor
[![python version](https://img.shields.io/pypi/pyversions/pbsmonitor.svg?logo=python&logoColor=white)](https://pypi.org/project/pbsmonitor)
[![PyPI](https://img.shields.io/pypi/v/pbsmonitor.svg)](https://pypi.org/project/pbsmonitor)
[![Build Status](https://travis-ci.com/njzjz/pbsmonitor.svg?branch=master)](https://travis-ci.com/njzjz/pbsmonitor)
[![Coverage Status](https://coveralls.io/repos/github/njzjz/pbsmonitor/badge.svg?branch=master)](https://coveralls.io/github/njzjz/pbsmonitor?branch=master)
[![codecov](https://codecov.io/gh/njzjz/pbsmonitor/branch/master/graph/badge.svg)](https://codecov.io/gh/njzjz/pbsmonitor)A PBS job monitor powered by CoolQ, which can send states of Portable Batch System to QQ.
**Author**: Jinzhe Zeng
**Email**: [email protected]
## Installation
### With pip
```sh
pip install pbsmonitor
```
### Build from source
```sh
git clone https://github.com/njzjz/pbsmonitor
cd pbsmonitor/
pip install .
```## Simple example
You need to install [CoolQ](https://cqp.cc/) and [CoolQ HTTP API plugin](https://github.com/richardchien/coolq-http-api/). Then create a QQ group to reveive messages.
```sh
pbsmonitor -c bjobs -k jzzeng -r http://192.168.1.1:6000 -g 123456789
```