Pablo
Pablo
Hi Andsel, I need HA basically. Clients would connect to one node of the client. If clients disconnect, they should be responsible of reconnecting and subscribing again to topics. Cluster...
Yes. I was thinking in Hazelcast too. Perhaps I have some time to do this (no sure though). In case I can get time approval from my company, any suggestion...
MQTT on WebSockets has a 2 bytes header. Therefore messages cannot bigger than 64kb. More details here: https://www.hivemq.com/blog/mqtt-over-websockets-with-hivemq It is a tradition I guess... no technical reason besides that Pajo...
+1 Scala enum
What about: https://hub.docker.com/r/kontenapharos/akrobateo
I will try. I am new with SBT. Let me see what I can do. P
Hello I have a site with more instructions here: https://pypi.python.org/pypi/grafana_alerts I am considering add more information in a real page. As an example, here is a dashboard screenshot: ![grafana_alert_dashboard_1 0...
Hello It seems the mail was sent to a local email account called root@ubu001-ProLiant-ML110-G5 in the host where grafana alerts is running. I believe it is a configuration issue. If...
I have it running using a postfix server located in other machine . I am using smtp without authentication. I tested it with a Google smtp server and it works...
Hello Tetlika, grafana-alerts is trying to make a HTTP Post to: http://yourHost:youPort/api/datasources/proxy/1/render with parameters: target={target}&from=-60s&until=now&format=json&maxDataPoints=100 Did you set the grafana token? It is the parameter grafana_token in /etc/grafana_alerts/grafana_alerts.cfg I did...