I have this key that grep a string from a specific file, and it works when i run it from the proxy, but when i create the item it returns an error 'In Lastest data'.
grep "YYYY" /etc/ZZZZ.conf: Directory or file not found
grep "YYYY" /etc/ZZZZ.conf: Directory or file not found
Code:
zabbix_get -s XXXXXX -k system.run['grep "YYYY" /etc/ZZZZ.conf'] YYYY="0"
Comment