Definitions Flashcards
1
Q
Where are tags used?
A
Tags are used to mark various objects:
* Items
* Hosts
* Triggers
* Templates
2
Q
How is tagging implimented?
A
Tagging uses name:value pairs; the value is optional.
A single name can have multiple values e.g.
Server:CPU
Server:Memory
3
Q
How does a problem event inherit tags?
A
A problem event inherits all tags from the whole chain of templates, hosts, items, web scenarios, triggers.
5
Q
What types of macros does Zabbix support?
A
Zabbix supports the following macros:
- {MACRO} - built-in macro (see full list)
- ’{<macro>.<func>(<params>)}' - macro functions</params></func></macro>
- {$MACRO} - user-defined macro, optionally with context
- {#MACRO} - macro for low-level discovery
- {?EXPRESSION} - expression macro