Skip to content

jarosser06/netapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

NetApp

requires 'snmp'

Wrapper for checking filer with snmp.

Get Volume Total Size in TB

require 'netapp'

filer = NetApp.new("192.168.1.20")
test_vol = filer.volume("/vol/test1/")
test_vol.total.to_u(:TB)

Print Out Volume Used in Human Readable String

require 'netapp'

filer = NetApp.new("192.168.1.20")
test_vol = filer.volume("/vol/test1/")
test_vol.used.to_h(:GB)

About

Ruby gem to query information from a Netapp using SNMP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages