Skip to content

hackerlist/monty-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monty-python

Python API Bindings for the Monty server monitoring Go library

Installation

For instructions on installing Monty, please refer to the Monty setup guide at https://github.com/hackerlist/monty. To install the Python API bindings via pypi run the command:

sudo pip install monty-python

Usage

>>> from montypy import Monty
>>> m = Monty('http://monty.criticalpha.se', token='XXX')
>>> print m.nodes()

About

Python API Bindings for the Monty server monitoring Go library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages