CloudWatch collectd 구성 (문서)를 테스트하는 도중 아래와 같은 메시지가 대량으로 발생됨.

abc de 12:34:56 ip-172-31-11-123 collectd[13944]: Available write targets:: [none]
abc de 12:34:56 ip-172-31-11-123 collectd[13944]: Available write targets:: [none]
abc de 12:34:56 ip-172-31-11-123 collectd[13944]: Available write targets:: [none]
abc de 12:34:56 ip-172-31-11-123 collectd[13944]: Available write targets:: [none]
abc de 12:34:56 ip-172-31-11-123 collectd[13944]: Available write targets:: [none]

찾아보니 syslog 의 LogLevel 을 수정하면 위 로그를 제외시키고 필수적인 로그만 수집이 가능하다.

$ sudo vi /etc/collectd.d/loglvl.conf
<Plugin syslog>
  LogLevel notice
</Plugin>

$ sudo systemctl restart collectd

위와 같이 LogLevel 을 수정하고 대량의 collectd 로그는 사라짐.

참고 자료

chhanz's profile image

chhanz

2023-01-16

Read more posts by this author