The highest tagged major version is
v7 .
Discover Packages
github.com/thoppe-dwarakanath/beats
metricbeat
module
ceph
osd_df
package
Version:
v6.2.1+incompatible
Opens a new window with list of versions in this module.
Published: Feb 7, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Node struct {
ID int64 `json:"id"`
Name string `json:"name"`
Used int64 `json:"kb_used"`
Available int64 `json:"kb_avail"`
Total int64 `json:"kb"`
PgNum int64 `json:"pgs"`
DeviceClass string `json:"device_class"`
}
type OsdDfRequest struct {
Status string `json:"status"`
Output Output `json:"output"`
}
type Output struct {
Nodes []Node `json:"nodes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.