Skip to content

Instantly share code, notes, and snippets.

View usrflo's full-sized avatar

Florian Sager usrflo

View GitHub Profile
@usrflo
usrflo / check_nvme
Created May 25, 2020 20:39 — forked from deric/check_nvme
nagios/icinga check script for NVMe disk
#!/bin/bash
set -o errexit -o nounset -o pipefail
export LC_ALL=C
# Checks for NVMe disks. nmve-cli must be installed.
#
# Author: Tomas Barton
# Requirements:
# nvme-cli - git clone https://github.com/linux-nvme/nvme-cli
#
# Usage: