Slide 12
Slide 12 text
NLB の監視
Mackerel では NLB を使っている
mackerel.io と api.mackerelio.com の前段は NLB
NLB は ICMP に応答しない
TCP には背後のインスタンスに到達して応答する
なので check-tcp
$ ping -c 3 api.mackerelio.com
PING api.mackerelio.com (52.198.226.45) 56(84) bytes of data.
--- api.mackerelio.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2047ms
[plugin.checks.tcp]
command = "/usr/bin/check-tcp --hostname=api.mackerelio.com --port 443 -t 10 --war
notification_interval = 60
max_check_attempts = 2
12 / 20