Ad Widget

Collapse

Image and background import

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paszczak000
    Junior Member
    • May 2011
    • 10

    #1

    Image and background import

    I'm trying to import images and background from one Zabbix to another one.

    When I'm insterting records into DB, everything is fine. Example:

    Code:
    INSERT INTO `images` VALUES(31, 1, 'e_cloud_off', 0x89504e470d0a1a0a0000000d...........
    In Zabbix GUI I can see images, but when I want to add another one using GUI I'm getting error:

    Code:
    Duplicate entry '31' for key 'PRIMARY
    Why Zabbix GUI is trying to insert image at the same imageid?
  • paszczak000
    Junior Member
    • May 2011
    • 10

    #2
    Solution: https://support.zabbix.com/browse/ZB...s:all-tabpanel

    You need to upgrade imageid in ids table.

    Comment

    Working...