summaryrefslogtreecommitdiffstats
path: root/src/zabbix_proxy
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 20:03:49 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 20:03:49 +0000
commitb6b00887a164b8a384d01cc0f39018cbd47554bb (patch)
tree304030f7699ab005331ce7240d9f0a6d7df70411 /src/zabbix_proxy
parenta9e6d5287540ccfcfeedd3cb6f4e21aacdf88b55 (diff)
downloadzabbix-b6b00887a164b8a384d01cc0f39018cbd47554bb.tar.gz
zabbix-b6b00887a164b8a384d01cc0f39018cbd47554bb.tar.xz
zabbix-b6b00887a164b8a384d01cc0f39018cbd47554bb.zip
- [DEV-72] improved icmpping* processing. added "-c3" to fping
git-svn-id: svn://svn.zabbix.com/trunk@5511 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_proxy')
-rw-r--r--src/zabbix_proxy/heart/heart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_proxy/heart/heart.c b/src/zabbix_proxy/heart/heart.c
index 091dd431..82ddb6fd 100644
--- a/src/zabbix_proxy/heart/heart.c
+++ b/src/zabbix_proxy/heart/heart.c
@@ -45,7 +45,7 @@ static void send_heartbeat()
zbx_sock_t sock;
struct zbx_json j;
- zabbix_log(LOG_LEVEL_DEBUG, "In process_configuration_sync()");
+ zabbix_log(LOG_LEVEL_DEBUG, "In send_heartbeat()");
zbx_json_init(&j, 128);
zbx_json_addstring(&j, "request", ZBX_PROTO_VALUE_PROXY_HEARTBEAT, ZBX_JSON_TYPE_STRING);