/var/log/storageMonitor{
    missingok
    nocompress
   # keep a history over 1 years.
    monthly
    rotate 12 
   #   max log size of 30k  (thus limiting total disk usage to under 8megs)
    size 30k
    sharedscripts
    postrotate
        /bin/kill -HUP \`cat /var/run/syslogd.pid 2> /dev/null\` 2> /dev/null || true
    endscript
}
