
# Run broker-cache-file if enabled via the broker-cache-file-nrpe-config init.d script.
0 * * * * root [ -f /var/lock/subsys/broker-cache-file ] && sleep `expr $RANDOM \% 300` && ( /usr/sbin/broker-cache-file 2>&1 | gawk '{print strftime(), ":", $0}'  >> /var/log/broker-cache-file.log  )



