Add MegaCLI collector
This collector exports the following metrics: - raid_drive_temperature: drive temperature - raid_drive_count: drive error and event counters - raid_adapter_disk_presence: disk presence per adapter
This commit is contained in:
parent
eb17b5fc9d
commit
f47abc5d06
6 changed files with 770 additions and 2 deletions
|
|
@ -18,5 +18,6 @@ type Collector interface {
|
|||
// time.)
|
||||
|
||||
type Config struct {
|
||||
Config map[string]string `json:"config"`
|
||||
Attributes map[string]string `json:"attributes"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue