Zabbix: Difference between revisions

From DWIKI
mNo edit summary
Line 6: Line 6:
=FAQ=
=FAQ=
==Check agent==
==Check agent==
  zabbix_get -s my.host.com -k -k agent.version
  zabbix_get -s my.host.com -k agent.version


==ZBX_NOTSUPPORTED==
==ZBX_NOTSUPPORTED==

Revision as of 18:50, 21 November 2016

Links

FAQ

Check agent

zabbix_get -s my.host.com -k agent.version

ZBX_NOTSUPPORTED

Could be anything, enable logging on agent. It could be version mismatch. Check

zabbix_get -s yourhost -k agent.version

If that works, you're calling for an undefined or unsupported key.

Incorrect trigger expression. Host "xx" does not exist or you have no access to this host.

Means there's no related item.

zabbix_get returns nothing

best look at log on agent side

Category:Monitoring


Zabbix server is not running: the information displayed may not be current

Might be selinux: http://sysads.co.uk/2013/11/zabbix-server-running-alert/