Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pschmitt/python-opsview

Python REST API client for Opsview monitoring
https://github.com/pschmitt/python-opsview

monitoring opsview python rest-api

Last synced: about 2 months ago
JSON representation

Python REST API client for Opsview monitoring

Awesome Lists containing this project

README

        

# Opsview Python REST API client

https://github.com/pschmitt/python-opsview

## Installation

```bash
pip install opsview
```

## Usage

```python
from opsview import Opsview
o = Opsview(
'opsview.example.com',
verify_ssl=True,
username='pschmitt',
password='MySecretPassw0rd'
)
```

## License

GPL3