#!@@GOODSH@@ # -*- sh -*- : << =cut =head1 NAME load - Plugin to monitor system load =head1 CONFIGURATION The following environment variables are used by this plugin: =over 4 =item load_warning Threshold for when to report a warning =item load_critical Threshold for when to report a critical =back =head2 EXAMPLE CONFIGURATION [load] env.load_warning 5 env.load_critical 10 =head1 AUTHOR Unknown author =head1 LICENSE GPLv2 =head1 MAGIC MARKERS #%# family=auto #%# capabilities=autoconf =cut . "$MUNIN_LIBDIR/plugins/plugin.sh" if [ "$1" = "autoconf" ]; then echo 'yes' exit 0 fi if [ "$1" = "config" ]; then cat <