Skip to content

Add notifier logrotate #16

@rverchere

Description

@rverchere

Please add logrotate for notifier, which is not enabled by default:

# cat /etc/logrotate.d/notifier
/srv/eyesofnetwork/notifier/log/notifier_send.log
/srv/eyesofnetwork/notifier/log/notifier_rules.log
/srv/eyesofnetwork/notifier/log/notifier.log {
    su nagios eyesofnetwork
    missingok
    monthly
    notifempty
    compress
    create 0664 nagios eyesofnetwork
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions