티스토리 뷰
1분 주기로 haproxy 로그 확인해서 100M 넘으면 로테이트해서 500개 까지 보관(crontab 사용하지 않고, /etc/cron.d 설정)
mkdir /etc/logrotate.hourly
cat <<EOF > /etc/logrotate.hourly/haproxy
/var/log/haproxy/haproxy.log
/var/log/haproxy/haproxy-*.log {
hourly
missingok
nocompress
notifempty
size 100M
rotate 500
dateext
dateformat -%Y%m%d%H-%s
#copytruncate
postrotate
/usr/bin/pgrep rsyslogd | xargs -I{} kill -s HUP {}
endscript
}
EOF
mkdir /etc/cron.minutely
cat <<EOF > /etc/cron.minutely/0logrotate.hourly
/usr/sbin/logrotate /etc/logrotate.hourly/haproxy
EOF
chmod 750 /etc/cron.minutely/0logrotate.hourly
cat <<EOF > /etc/cron.d/0minutely
# Run the hourly jobs
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
* * * * * root run-parts /etc/cron.minutely
EOF
chmod 640 /etc/cron.d/0minutely
'운영체제' 카테고리의 다른 글
Linux에서 삭제된 파일 물고 있는 프로세스 찾는 방법 (0) | 2023.06.08 |
---|---|
Linux에서 tcpdump 시간 단위로 pcap 파일 생성 (0) | 2020.12.30 |
Linux find 명령어로 날자별 디렉토리 파일 이동 및 복원 (0) | 2020.06.15 |
coreos 설치 (0) | 2020.03.07 |
Linux inode 값 확인 및 inode로 파일 찾기 (0) | 2020.03.07 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- engineering
- command
- monitoring
- mysql
- Python
- 이슈처리
- example
- 코드
- File
- 명령어
- limits
- 번역
- Web
- error
- httpd
- Module
- configuration
- 외부링크
- RESTful
- Windows
- apache
- check
- deview
- PowerShell
- Ansible
- MariaDB
- 예제
- code
- Linux
- client
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함