Ad Widget

Collapse

Suddenly, I got 'The remote command has been expired' on zabbix-proxy...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tom8254
    Junior Member
    • Nov 2016
    • 22

    #1

    Suddenly, I got 'The remote command has been expired' on zabbix-proxy...

    Suddenly, Zabbix Proxy server display the error when I execute remote command...

    I don't know why...got the error.

    I already debugged that and Zabbix proxy server received remote command from zabbix server and then logged the error.

    Anybody knows what's problem and how to figure it out?


    Remote command is already enable on Zabbix Proxy.
    EnableRemoteCommands=1

    ping remote command also got same error...
    Last edited by tom8254; 15-07-2019, 12:36.
  • tom8254
    Junior Member
    • Nov 2016
    • 22

    #2
    Solved.

    It was server time problem....

    Proxy server was faster than zabbix-server time...
    77 if (0 != ttl && clock + ttl < now) 78 { 79 task->data = zbx_tm_remote_command_result_create(parent_taskid, FAIL, 80 "The remote command has been expired."); 81 goto finish; 82 } 83

    Comment

    Working...