From dbcd6af289c255410dbaf9f0e106db18fad921f7 Mon Sep 17 00:00:00 2001 From: Gergely Czuczy Date: Wed, 29 Aug 2007 15:02:52 +0200 Subject: [PATCH] Initial version --- plugins/other/systat | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 plugins/other/systat diff --git a/plugins/other/systat b/plugins/other/systat new file mode 100755 index 00000000..3a1c9c72 --- /dev/null +++ b/plugins/other/systat @@ -0,0 +1,64 @@ +#!/bin/sh +# System statistics for FreeBSD +# Author: Gergely Czuczy +# +#%# family=auto +#%# capabilities=autoconf + +sysctl='/sbin/sysctl' + +case $1 in + config) + cat <