Skip to content

Instantly share code, notes, and snippets.

View jensomato's full-sized avatar

Jens Dürr jensomato

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jensomato on github.
  • I am jensomato (https://keybase.io/jensomato) on keybase.
  • I have a public key ASDrnOqUbXZo1rjIRPTxsWTfYTSyDxv0CTqmHp-iwBtbtwo

To claim this, I am signing this object:

@jensomato
jensomato / zfs_health.sh
Created June 5, 2019 22:16 — forked from petervanderdoes/zfs_health.sh
ZFS Health Check Script
#! /usr/local/bin/bash
#
# Calomel.org
# https://calomel.org/zfs_health_check_script.html
# FreeBSD 9.1 ZFS Health Check script
# zfs_health.sh @ Version 0.15
# Check health of ZFS volumes and drives. On any faults send email. In FreeBSD
# 10 there is supposed to be a ZFSd daemon to monitor the health of the ZFS
# pools. For now, in FreeBSD 9, we will make our own checks and run this script