Ad Widget

Collapse

map error :-(

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sles
    Member
    • Oct 2005
    • 80

    #1

    map error :-(

    Hello!

    I have following problem- user edited map and somehow it become broken , looks like bug, but main problem here is how to restore map, just because zabbix doesn't show o export map:

    Undefined index: 10800 [sysmap.php:149 → add_elementNames() in /var/www/html/zabbix-2.4.5/include/maps.inc.php:378]

    and

    [error] Undefined index: 10800 [sysmaps.php:112 → CConfigurationExport->export() → CConfigurationExport->gatherData() &rarr
    ; CConfigurationExport->gatherMaps() → CConfigurationExport->prepareMapExport() in /var/www/html/zabbix-2.4.5/include/classes/ex
    port/CConfigurationExport.php:1018]


    Could you tell me is it possible to fix this?

    Thank you!
  • sles
    Member
    • Oct 2005
    • 80

    #2
    OK, I solved this by


    mysql> delete from sysmaps_elements where elementid=10800;

    Comment

    Working...