Grafana에서 Alert을 보내는 방법은 여러가지가 있다. 그런데 대부분 메세지 기반의 서비스 들이다. 병원에서 쓰려면 소리가 나야 하는 법. 그래서 찾아봤더니 Node-RED를 이용해서 구현할 수 있는 것 같았다.
Sound alerts on Grafana 9
@rogerfor7 Well this did not take long at all. Here’s what I did: Set up Webhook contact point (leave all other settings blank…just remember to select POST in the HTTP method) Test the alert by clicking on the blue button Over on 192.168.10.235:1880, where we have Node-RED running w…
그래서 Node-RED를 설치해 보았다. 오늘의 목표는 소리가 나게 하는 것이다. 다음과 같이 Node-RED를 도커로 설치한다.