nigel4321 / brocade-vtm

module for collecting statistics from the brocade traffic manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brocade-vtm

Library for collecting metrics from the Brocade Traffic Manager (Load Balancer)

server = "h1sta02.ovp.bskyb.com"
vtm = brocadevtm.VTM(host='https://' + server, user=conf['username'],
    password=conf['password'],
    version=conf['api_version'], port=conf['port'])
    
allglobalstats = vtm.get_global_stats(server)

Documentation

Documentation Execute

python  brocadevtm.py

About

module for collecting statistics from the brocade traffic manager


Languages

Language:Python 100.0%