Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-4403

Low level discovery rules can not be created in zabbix 1.9.8

    XMLWordPrintable

Details

    • Incident report
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.9.8 (beta)
    • 1.9.9 (beta)
    • Frontend (F)

    Description

      It is impossible to add Discovery rule. After filling in required details and clicking save, following error message is displayed:

      ERROR: Cannot add discovery rule

      Incorrect arguments passed to function

      It seems that variable $item_db_fields in the api/classes/class.citemgeneral.php function checkInput is declared in such a way as to prevent creating items without declared value_type.

      Workaround is to add line

      'value_type' => '0',

      after the line 231 ('filter' => $filter,) in file host_discovery.php.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ennerr ennerr
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: