Hello. Beginner with Zabbix here.
Server is Zabbix 6.4.4 and all agents are 6.4.4. as well.
On an Oracle Linux 8.8 host I uninstalled Agent and installed Agent2 (keeping the standard Linux template) because on this vm there is an Oracle db that I will soon have to monitor.
After switching, the filesystems are all discovered, but the data for ONE filesystem cannot be retrieved anymore:
Only one filesystem fails, there are no problems with the others.
The message is:
Preprocessing failed for: [{"fsname":"/sys","fstype":"sysfs","bytes":{"total":0,"free":0 , "used":0,"pfree":0,"pused":0},"ino...
1. Failed: cannot extract value from json by path "$.[?(@.fsname=='/BACKUP')].first()": no data matches the specified path
Out of curiosity I reinstalled the Agent (not Agent2) on another port, and the data for that filesystem are immediately retrieved without a problem, even with the two agents coexisting:
What could the cause possibly be?
Server is Zabbix 6.4.4 and all agents are 6.4.4. as well.
On an Oracle Linux 8.8 host I uninstalled Agent and installed Agent2 (keeping the standard Linux template) because on this vm there is an Oracle db that I will soon have to monitor.
After switching, the filesystems are all discovered, but the data for ONE filesystem cannot be retrieved anymore:
Only one filesystem fails, there are no problems with the others.
The message is:
Preprocessing failed for: [{"fsname":"/sys","fstype":"sysfs","bytes":{"total":0,"free":0 , "used":0,"pfree":0,"pused":0},"ino...
1. Failed: cannot extract value from json by path "$.[?(@.fsname=='/BACKUP')].first()": no data matches the specified path
Out of curiosity I reinstalled the Agent (not Agent2) on another port, and the data for that filesystem are immediately retrieved without a problem, even with the two agents coexisting:
What could the cause possibly be?
Comment