Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj committed Mar 21, 2015
2 parents 60def89 + 35fc721 commit 89b831a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/zabbix_module_docker/zabbix_module_docker.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ int zbx_docker_perm()
{
zabbix_log(LOG_LEVEL_DEBUG, "In zbx_docker_perm()");
// I hope that zabbix user can't be member of more than 10 groups
int j, ngroups = 2;
int j, ngroups = 10;
gid_t *groups;
struct passwd *pw;
struct group *gr;
Expand Down Expand Up @@ -905,4 +905,4 @@ int zbx_module_docker_discovery_extended(AGENT_REQUEST *request, AGENT_RESUL
zbx_json_free(&j);

return SYSINFO_RET_OK;
}
}

0 comments on commit 89b831a

Please sign in to comment.