I wanted to use SMART to check things like ssd lifetime, but I cannot seem to connect to it
Whenever I try, I get this output
I have added zabbix to the sudoers, aswell as created a simlink in /usr/local/bin for smartctl
I'd help a lot to even know which log might help me, as I can't find anything in the journalctl of the agent
here would be all my versions in case that's important (arch):
Whenever I try, I get this output
Code:
[crispy@bob code]$ zabbix_get -s 127.0.0.1 -p 10060 -k "system.cpu.load[all,avg1]" 1.157715 [crispy@bob code]$ zabbix_get -s 127.0.0.1 -p 10060 -k "smart.disk.get[nvme0n1]" ZBX_NOTSUPPORTED: Cannot unmarshal JSON.: invalid character 's' looking for beginning of value.
I'd help a lot to even know which log might help me, as I can't find anything in the journalctl of the agent
here would be all my versions in case that's important (arch):
Code:
zabbix-agent 6.4.15-1 zabbix-agent2 6.4.15-1 zabbix-frontend-php 6.4.15-1 zabbix-server 6.4.15-1
Comment