Hi
im testing "Simple Check" items to use icmping key as soon as possible. I follow all steps of documentation (all basic setup is ok) and i found a lot of info in forum. But... i dont understand something. If if do fping in console on Zabbix Server:
One.ip.for.example is obviously a "real" ip when i do the test. So Fping works good running by zabbix user
Then i setup a new item to host or template and no problem. But if make a graph with these item, the value returned is 0.
But is not true, because Fping say that host is alive and is really alive. Obviously when i make a new trigger like
{Linux box1:icmpping.last(0)}=0
Trigger is TRUE because im getting a 0 value. But, trust me, host is alive and on shell i can see it.
Any idea? I read a lot of threads in forum but I can't find what happen. Im still find solution...
Thanks!
im testing "Simple Check" items to use icmping key as soon as possible. I follow all steps of documentation (all basic setup is ok) and i found a lot of info in forum. But... i dont understand something. If if do fping in console on Zabbix Server:
Code:
-bash-3.2# ls -ls /usr/local/sbin/fping 48 -rws--s--- 1 root zabbix 48879 Sep 2 12:49 /usr/local/sbin/fping -bash-3.2# su zabbix bash: /dev/null: Permission denied bash: /dev/null: Permission denied bash: /dev/null: Permission denied bash: /dev/null: Permission denied bash: /dev/null: Permission denied bash: /dev/null: Permission denied [zabbix@249047 /]$ fping -v fping: Version 2.4b2_to $Date: 2001/01/25 11:25:04 $ fping: comments to [email protected] [zabbix@249047 /]$ fping one.ip.for.example one.ip.for.example is alive
Then i setup a new item to host or template and no problem. But if make a graph with these item, the value returned is 0.But is not true, because Fping say that host is alive and is really alive. Obviously when i make a new trigger like
{Linux box1:icmpping.last(0)}=0
Trigger is TRUE because im getting a 0 value. But, trust me, host is alive and on shell i can see it.
Any idea? I read a lot of threads in forum but I can't find what happen. Im still find solution...
Thanks!
?
). But grapf show me a straight line always 0 value. If im not wrong, 0 means that host is not alive.
Comment