summaryrefslogtreecommitdiffstats
path: root/main/logrotate/logrotate.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-28 07:19:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-09-28 07:24:30 +0000
commit5edcfa2d670fc76bb50839832a6180c9bcd38cd3 (patch)
tree8701de0b3f3d2dc296e66dbe21e3bc2cd7e38bbf /main/logrotate/logrotate.confd
parent8c0797b46cf2728c99d1699f25a0cbfc4cde0fb5 (diff)
downloadaports-5edcfa2d670fc76bb50839832a6180c9bcd38cd3.tar.bz2
aports-5edcfa2d670fc76bb50839832a6180c9bcd38cd3.tar.xz
main/logrotate: add support for cpulimit
If package cpulimit is installed, then apply the cpulimit specified in CPULIMIT in /etc/conf.d/logrotate This helps monitoring software to not trigger high CPU load alarms when rotating logs.
Diffstat (limited to 'main/logrotate/logrotate.confd')
-rw-r--r--main/logrotate/logrotate.confd4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/logrotate/logrotate.confd b/main/logrotate/logrotate.confd
new file mode 100644
index 000000000..4bdd72700
--- /dev/null
+++ b/main/logrotate/logrotate.confd
@@ -0,0 +1,4 @@
+# Limit cpu usage so monitoring software does not trigger CPU alarms
+# This will only be used if package "cpulimit" is installed
+CPULIMIT=50
+