Hi Alexei / Zabbix Team,
In your mysql patch you delete the triggerid column in the actions table.
When I want to delete a trigger I obtain this error :
SQL error: Unknown column 'triggerid' in 'where clause'
Query: delete from actions where triggerid=12221 and scope=0
In configuration, general settings, when I want to modifiy the "Do not keep actions older than (in days)" value or the "Refresh unsupported items (in sec)" value, I obtain this error :
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert_history=,refresh_unsupported=1' at line 1
Query: update config set alarm_history=,alert_history=,refresh_unsupported= 1
alarm_history and alert_history are one the HouseKeeper form,
refresh_unsupported on the other form.
In the screen window, the refresh is not implemented while you not select a specific screen.
http://supervision.actisens.local/screens.php <- no refresh (this is the default url)
http://supervision.actisens.local/sc...php?screenid=1 <- default 30s refresh
Two questions...
1. Could you explain what is the new "Linkage" feature ?
2. Is it possible to create global triggers for all my servers like this :
{{hostname}:diskfree[c:].last(0)}<1000000000
Thanks Jerome
In your mysql patch you delete the triggerid column in the actions table.
When I want to delete a trigger I obtain this error :
SQL error: Unknown column 'triggerid' in 'where clause'
Query: delete from actions where triggerid=12221 and scope=0
In configuration, general settings, when I want to modifiy the "Do not keep actions older than (in days)" value or the "Refresh unsupported items (in sec)" value, I obtain this error :
SQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert_history=,refresh_unsupported=1' at line 1
Query: update config set alarm_history=,alert_history=,refresh_unsupported= 1
alarm_history and alert_history are one the HouseKeeper form,
refresh_unsupported on the other form.
In the screen window, the refresh is not implemented while you not select a specific screen.
http://supervision.actisens.local/screens.php <- no refresh (this is the default url)
http://supervision.actisens.local/sc...php?screenid=1 <- default 30s refresh
Two questions...
1. Could you explain what is the new "Linkage" feature ?
2. Is it possible to create global triggers for all my servers like this :
{{hostname}:diskfree[c:].last(0)}<1000000000
Thanks Jerome
Comment