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

Missing verbose help text? #19

Closed
jetyliu727 opened this issue May 8, 2014 · 2 comments
Closed

Missing verbose help text? #19

jetyliu727 opened this issue May 8, 2014 · 2 comments

Comments

@jetyliu727
Copy link

$ pminfo qpid -T | grep Error | wc -l
102
@pcolby
Copy link
Owner

pcolby commented May 9, 2014

There's two issues here... one is that the Qpid PMDA does not provide any verbose texts. This is simply because Qpid (AFAIK) has no official long descriptions. If you find any, or want to write some, I'd be more than happy to include them, or accept a pull request 😃

The second issue, is that the PMDA++ library is returning an error when the absent verbose texts are requested... really, PMDA++ should, in this case, fall-back to the one-line text. I've reported this second issue pcolby/pcp-pmda-cpp#22.

pcolby referenced this issue May 10, 2014
@pcolby
Copy link
Owner

pcolby commented May 10, 2014

Fixed in 0.2.3.

$ pminfo qpid -T | grep Error | wc -l
0
$ pminfo qpid -T | head

qpid.broker.connBacklog
Help:
Connection backlog limit for listening socket

qpid.broker.dataDir
Help:
Persistent configuration storage location

qpid.broker.maxConns

Cheers.

@pcolby pcolby closed this as completed May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants