728x90
반응형
log 삭제용으로 tmpwatch를 사용 해 보았습니다.
tmpwatch의 install
$ sudo yum install tmpwatch
cron 설정
$ crontab -l
0 1 * * * /home/ansible/bin/del_scouter_data.sh
del_scouter_data.sh
#!/bin/sh
set -Ceu
tmpwatch -m 8640 /home/ansible/scouter/scouter/server/database
scouter의 disk를 늘렸으므로 약 1년, 8640시간까지 log를 삭제하지 않도록 변경
728x90
300x250
'IT > Scouter' 카테고리의 다른 글
Scouter-Slack Alert 구성 (0) | 2021.08.09 |
---|---|
Scouter Agent 설치 및 설정 (0) | 2021.08.09 |
Scouter 서버 설치·설정 (0) | 2021.08.09 |
Scouter 데이터베이스 삭제 및 다시 시작 (0) | 2021.08.09 |
Scouter Server scouter.conf 설정 튜닝 (0) | 2021.08.03 |