====== Opsview ====== Opsview is a nice wrapper for Nagios, but the opsview_web_server.pl perl interface sometimes forks out of control. Limit the number of processes that can start.
if [ "$USE_LIGHTTPD" = "0" ] && [ "$USE_PREFORK" = "0" ]; then
    ulimit -u 11
    script/opsview_web_server.pl -f -b --pidfile $pidfile
    RETVAL=$?