Ad Widget

Collapse

Inventory Fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • barb
    Junior Member
    • Apr 2015
    • 2

    #1

    Inventory Fields

    Hello I modified the default .php to show the default inventory fields I desired. It looks pretty now for viewing memory, cpu, serial number, vendor, model, etc. (all linux machines using automatic inventory)

    However is there a cleaner way to do this?

    1) I.E. way one -- simply using the zabbix GUI to choose what inventory fields to show by default.

    2) I.E. way two -- a way of generic custom zabbix reports based on particular fields/etc.

    I'm basically wondering how zabbix users create custom reports in general, not just with inventory, but with tasks across the board. Obviously I can edit php. I can also try and find some open source mysql reporting system, but both are not particularly portable. Is there no light zabbix api reporting mechanism available yet on the platform? If not is this on the roadmap?
  • atavius
    Junior Member
    • Apr 2015
    • 8

    #2
    Hi barb,
    I am interested in editing inventory fields. Could you please share which .php file needs to be edited?

    Comment

    • wojciech.wojcik
      Junior Member
      • Sep 2015
      • 4

      #3
      Originally posted by atavius
      Hi barb,
      I am interested in editing inventory fields. Could you please share which .php file needs to be edited?
      You have to edit both:
      hostinventories.php
      and
      include/views/inventory.host.list.php

      Comment

      Working...