PDA

View Full Version : Unable to assign icons in map creation


hornos
24-10-2006, 12:28
Hi,

Using Zabbix 1.1.3.
Actually nothing is showing up in Icon (OFF) and Icon (ON) dropdown menus and those 2 fields are mandatory :rolleyes:

Palmertree
24-10-2006, 17:10
I just checked mine on 1.1.3 and I am showing drop downs on my maps for on and off icons. What version of Zabbix are you running?

James Wells
24-10-2006, 17:23
Greetings,
Using Zabbix 1.1.3.
Actually nothing is showing up in Icon (OFF) and Icon (ON) dropdown menus and those 2 fields are mandatory :rolleyes:
Right off the bat, I suspect that you have not loaded the images.sql data file yet. The code uses the images that are in the database, if the images aren't loaded you won't be able to select them.

hornos
25-10-2006, 09:18
Greetings,

Right off the bat, I suspect that you have not loaded the images.sql data file yet. The code uses the images that are in the database, if the images aren't loaded you won't be able to select them.That was it, thanx :)
As far as I can remember Zabbix 1.1.2 did not require this operation :confused:

BTW, why not loadind a single SQL file instead of loading separately data, schema and images ?

Alexei
25-10-2006, 09:33
As far as I can remember Zabbix 1.1.2 did not require this operation :confused:

BTW, why not loadind a single SQL file instead of loading separately data, schema and images ?

The documentation will be updated very soon.

PostgreSQL requires diffent SQL statement in order to import images. That's why we decided to split original data.sql into two files.