Skip to main content

Zabbix Polling LAM Reference

This is a reference for the Zabbix Polling LAM and UI integration. The Zabbix Polling LAM configuration file is located at $MOOGSOFT_HOME/config/zabbix_lam.conf.

The following properties are unique to the Zabbix Polling LAM and UI integration.

See the LAM and Integration Reference for a full description of all common properties used to configure LAMs and UI integrations.

See the Zabbix documentation for details on Zabbix components.

event_types

Type of event the LAM fetches using the Zabbix API.

Type

Integer

Required

Yes

Default

0

Valid Values

  • 0: trigger

  • 1: discovery_rule

  • 2: active_agent

  • 3: internal_events

filter

Specifies whether to filter events the LAM fetches.

Type

Boolean

Required

Yes

Default

false

host_group_names

Host groups to fetch events from.

Type

String

Required

No

Default

N/A

host_names

Hosts within the host groups to fetch events from.

Type

String

Required

No

Default

N/A

application_names

Host applications to fetch events from. If CPU is entered, the LAM only fetches events your defined CPU triggers raise.

Type

String

Required

No

Default

N/A

trigger_names

Trigger within the application to fetch events from. Set this to only fetch specific events from a trigger within the applications.

Type

String

Required

No

Default

N/A

minimum_trigger_severity

Minimum trigger severity.

Type

Integer

Required

No. Only valid if event_type is set to 0.

Default

0

Valid Values

  • 0: Not Classified

  • 1: Information

  • 2: Warning

  • 3: Average

  • 4: High

  • 5: Disaster