#!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # # options for mwcollectd # # Usage: /usr/sbin/mwcollectd [options] # Where options can be one of the following: # -c specify config file (defaults to /etc/mwcollectd.conf) # -l add log file # -C add console logger # -L specify log level, inital is 3 # -D detach from console # -h display this info # # Example: # /usr/sbin/mwcollectd -L critical -C -L info -l /var/log/mwcollectd.log -c /etc/mwcollectd.conf OPTIONS="-D -c /etc/mwcollect/mwcollectd.conf" # example: add log file # OPTIONS="$OPTIONS -l /var/log/mwcollect.log -L 3" # see http://www.mwcollect.org/wiki/DocConfiguration for # more info, which is currently empty, though