Definitions Flashcards

1
Q

Where are tags used?

A

Tags are used to mark various objects:
* Items
* Hosts
* Triggers
* Templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are macros?

A

Macros resolve to a specific value depending on the context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly