8 stat_busy
"Starting NRPE"
9 PID
=`pidof -o %PPID /usr/sbin/nrpe`
10 [ -z "$PID" ] && /usr
/sbin
/nrpe
-c /etc
/nrpe
/nrpe.cfg
-d
20 stat_busy
"Stopping NRPE"
21 PID
=`pidof -o %PPID /usr/sbin/nrpe`
22 [ ! -z "$PID" ] && kill $PID &> /dev
/null
43 echo "usage: $0 {start|stop|restart}"