Hello,
new zabbix user here. few hours of testing with no luck. Maybe somebody could help me here.
I have item value 20210527. I need to create trigger which give me alert when this value is not equal to current date. I tried to use function date() whick "Returns current date in YYYYMMDD format." Seems simple task, but I do something wrong.
Tried expression: {test_vm:http_request.last()}<>"date()"
Where is my mistake? Maybe I can achieve needed result differently?
Thanks for help
new zabbix user here. few hours of testing with no luck. Maybe somebody could help me here.
I have item value 20210527. I need to create trigger which give me alert when this value is not equal to current date. I tried to use function date() whick "Returns current date in YYYYMMDD format." Seems simple task, but I do something wrong.
Tried expression: {test_vm:http_request.last()}<>"date()"
Where is my mistake? Maybe I can achieve needed result differently?
Thanks for help
Thank you very much. I had feeling that my problem is really easy solvable, but not new user like me.
Comment