WebServer: cron.daily logrotate job
#!/bin/sh /usr/sbin/logrotate /etc/logrotate.d/nginx EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit 0