gentoo-ebuilds/app-metrics/node_exporter/files/node_exporter-1.7.0.logrotate
Rahil Bhimjiani e08275b72c
app-metrics/node_exporter: add 1.7.0 and live
1. Added a patch from debian which removes deprecated legacy pre-1.0
era stuff
2. Added logrotate config
3. added systemd unit file with improvements
4. new use flag - systemd. When enabled it enables systemd collector by
default
5. install manpage (which was not the case before)
6. Add essential docs and examples
7. split LICENSE
8. follow skel.ebuild for {R,,B}DEPEND

[sam: Maintainer timeout after pings on IRC and in the bug.]

Closes: https://bugs.gentoo.org/915505
Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2023-11-23 12:38:29 +00:00

9 lines
147 B
Text

/var/log/node_exporter/node_exporter.log {
weekly
rotate 10
copytruncate
compress
delaycompress
notifempty
missingok
}