Skip to content

module for collecting statistics from the brocade traffic manager

Notifications You must be signed in to change notification settings

nigel4321/brocade-vtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages