After reverting to a month old DB schema (Postgres), I started getting thousands of the following problem notifications:

The host is healthy and I can't see anything relevant on the server log.
The trigger for this problem is a python script, here is what I see on the agent log:
6316:20181018:024953.048 In process_active_checks() server:'zabbix.xxx.local' port:10051
6316:20181018:024953.048 Executing command 'c:\Python37\python.exe "c:\x\x.py"'
6316:20181018:024953.408 EXECUTE_STR() command:'c:\Python37\python.exe "c:\x\x.py"' len:0 cmd_result:''
6316:20181018:024953.408 for key [system.run[c:\Python37\python.exe "c:\x\x.py"]] received value []
6316:20181018:024953.408 In process_value() key:'xx-xx-xxxxx:system.run[c:\Python37\python.exe "c:\x\x.py"]' value:''
6316:20181018:024953.408 In send_buffer() host:'zabbix.xxx.local' port:10051 entries:0/100
6316:20181018:024953.408 End of send_buffer():SUCCEED
6316:20181018:024953.408 buffer: new element 0
6316:20181018:024953.408 End of process_value():SUCCEED
6316:20181018:024953.408 In need_meta_update() key:system.run[c:\Python37\python.exe "c:\x\x.py"]
6316:20181018:024953.408 End of need_meta_update():FAIL
The script works fine and had been working fine for a while. I started getting this message on multiple agents simultaneously.
Any idea what can cause this?
The host is healthy and I can't see anything relevant on the server log.
The trigger for this problem is a python script, here is what I see on the agent log:
6316:20181018:024953.048 In process_active_checks() server:'zabbix.xxx.local' port:10051
6316:20181018:024953.048 Executing command 'c:\Python37\python.exe "c:\x\x.py"'
6316:20181018:024953.408 EXECUTE_STR() command:'c:\Python37\python.exe "c:\x\x.py"' len:0 cmd_result:''
6316:20181018:024953.408 for key [system.run[c:\Python37\python.exe "c:\x\x.py"]] received value []
6316:20181018:024953.408 In process_value() key:'xx-xx-xxxxx:system.run[c:\Python37\python.exe "c:\x\x.py"]' value:''
6316:20181018:024953.408 In send_buffer() host:'zabbix.xxx.local' port:10051 entries:0/100
6316:20181018:024953.408 End of send_buffer():SUCCEED
6316:20181018:024953.408 buffer: new element 0
6316:20181018:024953.408 End of process_value():SUCCEED
6316:20181018:024953.408 In need_meta_update() key:system.run[c:\Python37\python.exe "c:\x\x.py"]
6316:20181018:024953.408 End of need_meta_update():FAIL
The script works fine and had been working fine for a while. I started getting this message on multiple agents simultaneously.
Any idea what can cause this?
Comment