ceilometer.hardware.inspector.snmp
Module¶Inspector for collecting data over SNMP
ceilometer.hardware.inspector.snmp.
parse_snmp_return
(ret, is_bulk=False)[source]¶Check the return value of snmp operations
Parameters: |
|
---|---|
Returns: | a tuple of (err, data) err: True if error found, or False if no error found data: a string of error description if error found, or the
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.