.oO  |  List directory  |  History  |  Similar  |  Print version
Home 
Main 
   Databases 
   qmail 
   Old Braindump Pages 
Linux 
FreeBSD 

Main > opsview

 
rw-rw-r--   ian   linux

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=$?


Reference http://braindump.mrzesty.net/Main/Opsview

Comments: 0 New comment

Prev. openvpn on debian   split a file with awk Next


Home | Main | Linux | FreeBSD