Zabbix: Difference between revisions

From DWIKI
Line 10: Line 10:
  zabbix_get -s yourhost -k agent.version
  zabbix_get -s yourhost -k agent.version
If that works, you're calling for an undefined or unsupported key.
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.

Revision as of 12:21, 14 June 2013

Links

FAQ

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.