Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pschmitt/python-opsview
- Owner: pschmitt
- License: gpl-3.0
- Created: 2016-05-27T06:15:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T06:33:53.000Z (7 months ago)
- Last Synced: 2024-10-13T02:09:57.197Z (2 months ago)
- Topics: monitoring, opsview, python, rest-api
- Language: Python
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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