Hello all:
perhaps I am missing something, but I can't seem to get Agent active checks to fire. for example let's assume the following:
server = finger.example.com 192.168.1.1
client = thumb.example.com 192.168.1.2
on the client, in define settings in /etc/zabbix/zabbix-agentd.conf
Server=192.168.1.1
Hostname=thumb
...
UserParameter=test.active,echo 1
next, test that parameter is working
[root@thumb zabbix]# zabbix_agentd -t test.active 2>/dev/null
test.active [t|1]
So far, so good. Now on the server define the host thumb, then add an item for test.active as a normal Agent item, but not active yet. I get the value as expected in Latest Data. Now change this to Agent (Active), restart both the client agent and the server, I get no further data for that item. Here is the client log:
24867:20070321:053142 In process_active_checks('192.168.1.1',10051)
24867:20070321:053142 In get_min_nextcheck()
24867:20070321:053142 Sleeping for 60 seconds
and nothing more for active checks, I do get all the passive checks in the log after the above. Am I missing something or are active checks broken in 1.3.3?
Thanks!
/Christian
perhaps I am missing something, but I can't seem to get Agent active checks to fire. for example let's assume the following:
server = finger.example.com 192.168.1.1
client = thumb.example.com 192.168.1.2
on the client, in define settings in /etc/zabbix/zabbix-agentd.conf
Server=192.168.1.1
Hostname=thumb
...
UserParameter=test.active,echo 1
next, test that parameter is working
[root@thumb zabbix]# zabbix_agentd -t test.active 2>/dev/null
test.active [t|1]
So far, so good. Now on the server define the host thumb, then add an item for test.active as a normal Agent item, but not active yet. I get the value as expected in Latest Data. Now change this to Agent (Active), restart both the client agent and the server, I get no further data for that item. Here is the client log:
24867:20070321:053142 In process_active_checks('192.168.1.1',10051)
24867:20070321:053142 In get_min_nextcheck()
24867:20070321:053142 Sleeping for 60 seconds
and nothing more for active checks, I do get all the passive checks in the log after the above. Am I missing something or are active checks broken in 1.3.3?
Thanks!
/Christian
can't get it to work either: post
Comment