-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zabbix agent does not sending data - Unsupported item key #162
Comments
Having the same issue on Ubuntu 20.04 LTS and Zabbix 4.4.6 |
Fixed an issue for my self, there was a permission issue, zabbix user had no access to newly created /etc/zabbix/conf.d/ file |
Had the same problem "Unsupported item key", the zabbix agent config file did not know about the zabbix_smartctl.conf file, I had to add this line |
If you use Zabbix Agent 2 you don't need this template/script. Just use the official template from Zabbix and "sudo apt install smartmontools" then add "zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl" with "sudo visudo" command. |
Cannot fetch data from server with 2 attached directly disks from zabbix server.
Running perl discovery script itself on monitored node as a zabbix user returns data correctly
Attempt to fetch same data from zabbix server
zabbix_get -s 1.2.3.4 -p 10050 -k uSSD.discovery[""] ZBX_NOTSUPPORTED: Unsupported item key.
From monitored server zabbix-agent logs (debug level):
Zabbix server version 4.2.8
Montiored server details:
Side note: same setup, though with older smartmontools and zabbix-agent working correctly on other monitored Centos 6-based server.
The text was updated successfully, but these errors were encountered: