Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/preetam/raidcheck

A (tiny) Go package to detect degraded RAID arrays using /proc/mdstat.
https://github.com/preetam/raidcheck

Last synced: 4 days ago
JSON representation

A (tiny) Go package to detect degraded RAID arrays using /proc/mdstat.

Awesome Lists containing this project

README

        

raidcheck [![Build Status](https://drone.io/github.com/PreetamJinka/raidcheck/status.png)](https://drone.io/github.com/PreetamJinka/raidcheck/latest)
===
A (tiny) Go package to detect degraded RAID arrays using `/proc/mdstat`.

Usage
---
```go
degraded, err := raidcheck.Degraded()
```

License
---
MIT