Skip to content

Commit

Permalink
Load vpoller.so module configuration file during initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 12, 2014
1 parent 6b526f7 commit dc03ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zabbix/vpoller-module/vpoller.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ zbx_module_vpoller(AGENT_REQUEST *request, AGENT_RESULT *result)
int
zbx_module_init(void)
{
zbx_module_load_config();

zabbix_log(LOG_LEVEL_DEBUG, "Creating ZeroMQ context for vPoller sockets");
zcontext = zmq_ctx_new();

Expand Down

0 comments on commit dc03ea2

Please sign in to comment.