i am running docker with images for web, server and proxy
just refreshed to 5.4. ubuntu latest and 5.4. alpine latest(zabbix-web-nginx..)
server reports 5.4.5 as current version.
the mysql db is on 10.x
the db was created initially with 3.4.x
i had no issues with 5.2.7
"upgrading" to 5.4.4 hand an issue with the items table on setting up indizes.
i fixed that manual -> reading the schema.sql and manually applying.
then automatic db update went through...
so far no issue except i am no longer able to create triggers.
i have tried to do create triggers on templates , discovery templates - no luck
i just tried to clone the trigger from the Template App HTTP Service
and it will give me the same error :
Incorrect item key "net.tcp.service[http]" provided for trigger expression on "Template App HTTP Service".
- max(/Template App HTTP Service/net.tcp.service[http],#3)=0
- HTTP service is down on {HOST.NAME} 2
just changing the name and keeping the expression will throw that error ???
is this an error in the db table (s) ?
just refreshed to 5.4. ubuntu latest and 5.4. alpine latest(zabbix-web-nginx..)
server reports 5.4.5 as current version.
the mysql db is on 10.x
the db was created initially with 3.4.x
i had no issues with 5.2.7
"upgrading" to 5.4.4 hand an issue with the items table on setting up indizes.
i fixed that manual -> reading the schema.sql and manually applying.
then automatic db update went through...
so far no issue except i am no longer able to create triggers.
i have tried to do create triggers on templates , discovery templates - no luck
i just tried to clone the trigger from the Template App HTTP Service
and it will give me the same error :
Incorrect item key "net.tcp.service[http]" provided for trigger expression on "Template App HTTP Service".
- max(/Template App HTTP Service/net.tcp.service[http],#3)=0
- HTTP service is down on {HOST.NAME} 2
just changing the name and keeping the expression will throw that error ???
is this an error in the db table (s) ?
Comment