Hello,
I adeed to my linux client 10.10.10.91 mysql template.
And below are working (I run those commands on zbx server 10.10.10.253):
zabbix_get -s 10.10.10.91 -k 'system.cpu.util'
zabbix_get -s 10.10.10.91 -k 'proc.mem[php-fpm,,,,pmem]'
zabbix_get -s 10.10.10.91 -k 'system.sw.os'
but this doesn't work:
zabbix_get -s 10.10.10.91 -k 'mysql.bytes_sent.rate'
ZBX_NOTSUPPORTED: Unsupported item key.
zabbix_get -s 10.10.10.91 -k 'mysql.bytes_received.rate'
ZBX_NOTSUPPORTED: Unsupported item key.
But latest data are:
So I dont understand why zabbix_get doesnt show correct value,
I adeed to my linux client 10.10.10.91 mysql template.
And below are working (I run those commands on zbx server 10.10.10.253):
zabbix_get -s 10.10.10.91 -k 'system.cpu.util'
zabbix_get -s 10.10.10.91 -k 'proc.mem[php-fpm,,,,pmem]'
zabbix_get -s 10.10.10.91 -k 'system.sw.os'
but this doesn't work:
zabbix_get -s 10.10.10.91 -k 'mysql.bytes_sent.rate'
ZBX_NOTSUPPORTED: Unsupported item key.
zabbix_get -s 10.10.10.91 -k 'mysql.bytes_received.rate'
ZBX_NOTSUPPORTED: Unsupported item key.
But latest data are:
| MySQL: Bytes received | 55s | 120.5158 Bps |
| MySQL: Bytes sent | 25s | 388.3916 Bps |
Comment