Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in templates/gmond.conf.el5.erb #68

Closed
noemif opened this issue May 20, 2016 · 1 comment
Closed

typo in templates/gmond.conf.el5.erb #68

noemif opened this issue May 20, 2016 · 1 comment

Comments

@noemif
Copy link

noemif commented May 20, 2016

Hey, a really quick one:

There's a typo at templates/gmond.conf.el5.erb line 62:
<% unless @udp_recv_channel -%>
should be
<% if @udp_recv_channel -%>

This causes issues on RHEL5 where gmond fails to start with:
apr_pollset_create failed: Invalid argument

I've traced it down to the glibc version (2.5) which has an extra check on the apr_pollset_create() function. This check causes a failure if gmond.conf does not have at least one udp_recv_channel defined. This behaviour has been fixed in glibc >2.9 (but it's not available on RHEL5...) and in gmond 3.7.2 (but it's not yet available on EPEL...).

Cheers,
Noemi

@jhoblitt
Copy link
Owner

Sorry for the slow response. Support for el5 is being dropped, so this is not longer relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants