Hallo,
I am not sure if this is a bug, or if I am missing something. I have several Problems, that I try to describe as good as possible:
The first one is relative simple, when I start following command:
I get as result: zabbix_get [13582]: Error on gethost(). [Success]
And I tried everything as server, the local IP, the real IP, servername, etc... all the same. When I use the "zabbix_get" from the previous stable version, it works.
------------
Ok, my second problem:
I have a linux server with ssh on it, and I collect the item "SSH server is running" on it (it is from the template standalone_t). Suddenly, the Trigger "SSH server is down on Standalone_t" raised and it never got back, although the ssh was running and the Item value (last values) was correct, saying, that SSH is running. I tried to resave the trigger, but it didn't change. The only thing that worked, was to change the Datatype of this item to numeric(float) instead of Integer. After that it worked.
This is only an example of problems I have with that version. It also does not work (nearly the same way as described above) with other items and triggers, for example the trigger, that looks for a checksum change in the passwd.
Do I do anything wrong ? Or is this "unstable" Version of zabbix is really this kind of buggy ?
I am not sure if this is a bug, or if I am missing something. I have several Problems, that I try to describe as good as possible:
The first one is relative simple, when I start following command:
Code:
zabbix_get -s127.0.0.1 -k"system.cpu.load[all,avg1]"
And I tried everything as server, the local IP, the real IP, servername, etc... all the same. When I use the "zabbix_get" from the previous stable version, it works.
------------
Ok, my second problem:
I have a linux server with ssh on it, and I collect the item "SSH server is running" on it (it is from the template standalone_t). Suddenly, the Trigger "SSH server is down on Standalone_t" raised and it never got back, although the ssh was running and the Item value (last values) was correct, saying, that SSH is running. I tried to resave the trigger, but it didn't change. The only thing that worked, was to change the Datatype of this item to numeric(float) instead of Integer. After that it worked.
This is only an example of problems I have with that version. It also does not work (nearly the same way as described above) with other items and triggers, for example the trigger, that looks for a checksum change in the passwd.
Do I do anything wrong ? Or is this "unstable" Version of zabbix is really this kind of buggy ?
, please fix it in your future version.
Comment