EyesOfNetworkCommunity / EyesOfNetworkCommunity/eonconf
Add notifier logrotate
Open
- Dominant language
- CSS
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.