Ad Widget

Collapse

glld и zabbix 4.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akochanov
    Junior Member
    • Jul 2018
    • 3

    #1

    glld и zabbix 4.0

    Добрый день,

    Помогите подружить https://github.com/sepich/glld с zabbix 4.0.
    Ошибки:

    • unsupported multiselect option: $options['objectName']
    • unsupported multiselect option: $options['selectedLimit']
    • Invalid argument supplied for foreach() [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() in include/classes/html/CMultiSelect.php:175]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:190]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:190]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:190]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:190]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:190]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:199]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:204]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:209]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:213]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:218]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:223]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:228]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:232]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:236]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:240]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:245]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:250]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:255]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:260]
    • array_key_exists() expects parameter 2 to be array, string given [glld.php:22 → taskEdit() → CMultiSelect->__construct() → CMultiSelect->mapOptions() → array_key_exists() in include/classes/html/CMultiSelect.php:264]
    • Undefined index: objectName [glld.php:22 → taskEdit() → CMultiSelect->__construct() in include/classes/html/CMultiSelect.php:50]
  • arvatoth-vcc
    Junior Member
    • Jan 2017
    • 4

    #2
    I posted the solution to here: https://github.com/sepich/glld/issue...ment-545016763

    You need to patch glld.inc.php file. Tested with zabbix-4.0.4

    Comment

    • akochanov
      Junior Member
      • Jul 2018
      • 3

      #3
      Hi, thank you for patch

      But I had some problem on zabbix 4.0.14

      Attached Files

      Comment

      Working...