PDA

View Full Version : Some bugs in Beta 5


llopht
09-01-2006, 12:49
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/screens.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

Alexei
09-01-2006, 16:17
Thanks for reporting this.

1. Trigger issue: Fixed.
2. Configuration: I cannot reproduce it.

mconigliaro
09-01-2006, 19:16
so should we delete the triggerid column or no?

Alexei
09-01-2006, 19:20
Ignore the message for now. It doesn't affect ZABBIX functionality.