Skip to content

pschmitt/python-opsview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opsview Python REST API client

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

Installation

pip install opsview

Usage

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

License

GPL3

About

Python REST API client for Opsview monitoring

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •