From 7b2cefa45d4054cef35a69484dd8bea3ddff1763 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 4 Dec 2016 15:57:59 +0100 Subject: [PATCH] [zpool_iostat] add POD documentation --- plugins/zfs/zpool_iostat | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/plugins/zfs/zpool_iostat b/plugins/zfs/zpool_iostat index faf7deb9..bfe29e30 100755 --- a/plugins/zfs/zpool_iostat +++ b/plugins/zfs/zpool_iostat @@ -3,6 +3,42 @@ set -eu +: <<=cut + +=head1 NAME + +zpool_iostat - Plugin to monitor transfer statistics of ZFS pools + +=head1 APPLICABLE SYSTEMS + +All systems with "zpool" installed. + +=head1 CONFIGURATION + +No configuration is required. + +=head1 INTERPRETATION + +This plugin shows a graph with read (positive) and write (negative) values +for the IO transfer of each pool. + +=head1 MAGIC MARKERS + + #%# family=auto + #%# capabilities=autoconf + +=head1 AUTHOR + +tsaavik +Peter Doherty +Lars Kruse + +=head1 LICENSE + +GPLv2 + +=cut + # shellcheck source=/usr/share/munin/plugins/plugin.sh . "$MUNIN_LIBDIR/plugins/plugin.sh"