PDA

View Full Version : Some things i noted


Kayou
24-01-2005, 18:46
Hello,

Im starting to use Zabbix 1.1.4 and noticed some problems or things i havent seen yet correctly or read :

1 - Trend : Seems not possible to change this valor (stuck to 365) when editing or adding an item.

2 - Actions (alerts) : they seem to not activate when a triggers is going on or off, trigger is ok and is working but alert do not fire.

3- Had to correct init script for zabbix_server for suse 9.2, -u parameters to launch the process under zabbix user for example was misplaced.

4- Image data script seem to fire errors when used, images have to be all in the database directory already and need to get copied from several different directories in the sources.

5- Still not able to get data for disk usage (using zabbix agent on linux suse 9.2), though we get information about inodes and op/sec.

6- Restarting mysql cause zabbix-server to crash, well not biggy once you know it :)

I m going to run zabbix 1.0 for production and continue to test 1.1.4 for testing, but ... really nice job there :) Zabbix is awesome.

Pascal

Alexei
24-01-2005, 21:10
Thanks for your feedback. Very helpful indeed!

1. Fixed.

2. I need to perform some testing before making any statement...

3. Will check this.

4. The images.sql script must be modified to include full image file names. Unfortunately, MySQL does not allow relative file names to be used as parameter for load_file().

5. This seems to be an issue related to version of Linux kernel. You're running 2.6.x, right? Stupid format of Linux filesystem /proc changes so fast I can hardly follow all the changes. I'm running ZABBIX test system on SUSE 9.2 as well, so I hope to fix it soon.

6. This is known issue. Will be fixes soon.

Alexei
24-01-2005, 23:41
2. Please, double check you configuration. It works for me, no problem at all.