/var/log/nocpulse/*log {
    missingok
    notifempty
    rotate 5
    compress
    sharedscripts
    postrotate
        /sbin/service Monitoring restart < /dev/null >/dev/null 2>/dev/null || true
        /sbin/service MonitoringScout restart < /dev/null >/dev/null 2>/dev/null || true
    endscript
}

