Skip to content

Add Zabbix source with Tags support#3838

Open
SerWax wants to merge 7 commits into
ytti:masterfrom
SER-S-p-A:zabbix-tags
Open

Add Zabbix source with Tags support#3838
SerWax wants to merge 7 commits into
ytti:masterfrom
SER-S-p-A:zabbix-tags

Conversation

@SerWax

@SerWax SerWax commented Jun 3, 2026

Copy link
Copy Markdown

Pre-Request Checklist

  • Passes rubocop code analysis (try rubocop --auto-correct)
  • Tests added or adapted (try rake test)
  • Changes are reflected in the documentation
  • User-visible changes appended to CHANGELOG.md

Description

Closes issue #3818 and fixes #3837

SerWax added 7 commits June 3, 2026 20:02
Nodes can be sourced from Zabbix API. In Zabbix, add or modify template with the Macros that you then specify in Oxidized config. Example: 
source:
  default: zabbix
  zabbix:
    url: "https://zabbix.yourdomain.com/api_jsonrpc.php"
    token: "yourzabbixapitoken"
    template: "Cisco IOS by SNMP"
    map:
      username: "{$OXIDIZED_USERNAME}"
      password: "{$OXIDIZED_PASSWORD}"
      model:    "{$OXIDIZED_MODEL}"
    vars_map:
      group:  "{$OXIDIZED_GROUP}"
#      enable: "{$OXIDIZED_ENABLE}"
Add filtering by tags to zabbix source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant