Emilio Gorky

Results 16 comments of Emilio Gorky

The panel relies on two pre requisites: 1- You need to rename the time series with the same name on the several queries you do in order to get the...

Have you set the delimiter to ":" ? I am using Zabbix as well and the delimiter is a colon. The trick to make the rows and columns align is...

> > @jaisonmply after cloning/download go to the folder and try copying the command again. > > Thanks @mahmadmujtaba .. can you please spell out what that means? What folder?...

Problably it is due to this bug [https://github.com/algenty/grafana-flowcharting/issues/283]

Just adding my two cents here, you can do a table in that manner by using Boom Table (https://grafana.com/grafana/plugins/yesoreyeram-boomtable-panel), you can even insert Font Awesome icons if you like For...

@Vinikober in order to do that, you need to set the delimiter. In your case is ":" Mine was "." ![image](https://user-images.githubusercontent.com/54412925/84718154-953ead00-af3d-11ea-934a-c6c23f33040e.png) Be sure to define the right pattern that will...

Olá, @ricardoapaes . Vejo que faltam algumas tarefas para serem concluídas. Essa integração pode ser usada sem essas tarefas?

nice, only three steps left 👍

I would like to know this too @kobaz

well, you have to change in this file backend/src/services/WbotServices/wbotMessageListener.ts the following: const prepareLocation = (msg: WbotMessage): WbotMessage => { const gmapsUrl = `https://maps.google.com/maps?q=${msg.location.latitude}%2C${msg.location.longitude}&z=17`; msg.body = `data:image/png;base64,${msg.body}|${gmapsUrl}`; msg.body += `|${msg.location.options ?...