벤자민의 블로그 2기 시작
2023년 6월 13일 갑작스러운 부친상을 격고나서 무언가를 한다라는 것에서 거의 손을 대지 않고 있었네요. 슬프다거나 그런 감정보다는 그냥 무언가 빠져버린
https://www.datadoghq.com/blog/how-to-collect-haproxy-metrics/
https://code.google.com/archive/p/hatop/downloads
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hatop/hatop-0.7.7.tar.gz install -m 755 bin/hatop
/usr/local/bin install -m 644 man/hatop.1 /usr/local/share/man/man1 gzip /usr/local/share/man/man1/hatop.1
HATOP이 HAProxy에서 통계를 수집할 수 있도록 하려면 소켓 파일을 생성하도록 HAProxy를 구성해야 합니다. 이 소켓 파일은 HATOP이 다른 통계에 액세스하는 데 필요한 것입니다.
vi /etc/haproxy/haproxy.cfg
stats socket /var/run/haproxy.sock mode 600 level admin
sudo service haproxy restart
$ ls /usr/bin/ | grep python
python2.7
python3
python3.8
$ sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
sudo hatop -s /var/run/haproxy.sock
HaProxy가 제대로 동작하고 있음을 확인할 수 있으며 해당 소스와 소켓 인터페이스를 통한 데이터의 분석을 통해 모니터링 그래프등을 만들 수 있다.
https://goaccess.io/
https://github.com/allinurl/goaccess.git
https://m.blog.naver.com/wideeyed/221303339246
https://idchowto.com/haproxy-모니터링/
https://findstar.pe.kr/2019/01/05/haproxy-stat-metric/
https://www.datadoghq.com/blog/how-to-collect-haproxy-metrics/
http://feurix.org/projects/hatop/install/
https://support.ptc.com/help/thingworx/platform/r9/ko/index.html#page/ThingWorx/Help/ThingWorxHighAvailability/HAProxyExample.html
https://serverfault.com/questions/721574/haproxy-stats-page-not-working/721579
https://gist.github.com/haproxytechblog?page=5