I am creating the trigger below in Zabbix to check if there are files in some folders. These folders refer to some branches in different states.
(last(/SERVERTESTE/windows.file.bydate.count[“E:/TESTE2/003/1911”,“1911”,“ddMM”,“4”])=0 and last(/SERVERTESTE/windows.file.bydate.count[“R:/TESTE/3/recebidos/”,“1911”,“ddMM”,“4”])=0 and last(/SERVERTESTE/windows.file.bydate.count[“R:/TESTE3/processados/”,“1911”,“ddMMyyyy”,0])=0) and dayofweek()<6 and time()>133000
I would like to use GEOMAP to display the status of each folder.
I am placing 2 tags called Latitude and Longitude for each trigger, but I don’t know how to get this information from Grafana so that I can display it on the geomap.
Has anyone done this? Can you help me please?