Hello! Please tell me, is it possible to insert a date, current day variable in the zabbix in the HTTP agent in the URL, in the format "yyyy’ - ‘MM’ - ‘dd’? {DATE} is yyyy.mm.dd. The link does not work with dots. I'm trying to redo the macro points in the date on dash. It does
How it doesn’t work for me: I made variables in the template. {$CURRDATE} = {{DATE}.regsub(\.,-)}
{$CURRDATE2} = {{DATE}.regsub("\.","-")}
{$CURRDATE2} = {{DATE}.regsub("\.",-)}
Items do not work in all cases, URL does not work, error 500
Comment