#!@@GOODSH@@ # System statistics for FreeBSD # Author: Gergely Czuczy # # Define the environment variable "logarithmic" in plugins.conf to # make graphs with logarithmic scale. Default is linear scale. # #%# family=auto #%# capabilities=autoconf sysctl='/sbin/sysctl' if [ "$logarithmic" ]; then graph_args="--logarithmic --units=si" else graph_args="--lower-limit 0" fi case $1 in config) cat <