Sha256: b8e2e023e3354bc70e2f26f36b297be84ebb75c5253aae112c779afbfab95dd8
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
Feature: Check zpool health In order to sleep well As the "data storage guy" I want to check the health of my ZFS storage pools. Scenario Outline: Given the zpool "tank" has a capacity of 80% And the health from zpool "tank" is "<health>" When I run `check_zpool -p tank -w 81 -c 82` Then the status should be <status> And the stdout should contain "<health>" Examples: | health | status | | FAULTED | critical | | DEGRADED | warning | | ONLINE | ok | | SICK | unknown |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nagios-zfs-0.2.0 | features/check_zpool_health.feature |