-
Notifications
You must be signed in to change notification settings - Fork 467
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
Add sysctl_mem option for FreeBSD #723
Conversation
Hello, any news about this PR ? Thanks |
Dear check_mk maintainers, is there any news about this PR ? |
@mo-ki Hello, any news about this PR? We discussed a lot on this previously... |
Hi, sorry about the silence. I was on vacation. I haven't forgotten about this, but we're currently struggling with limited resources.... |
But I think my comments from #578 still remain valid. |
Oh, I see. In this case:
|
This has been done. |
Hello, |
My intend is to gather some example output, write some tests and merge this in about 2-3 weeks. |
Some examples as requested: Machine 1:
Top sample
The sum of mem free and mem used is not mem total because you can have some inactive RAM in this example. Machine 2:
Top sample:
The total of used memory is ~51G on a 65G machine Notice the idea if at the begining to show allow |
Hm. The used check plugin only expects to be provided with |
Inactive memory is memory allocated by some process but not used yet. It is mostly "ready" to be paged on swap if needed. |
Ok, then the agent section can be streamlined a bit. Don't worry about that and the red tests, I'll take it from here :-) |
PR: 281384 Approved by: Ian Valentine <[email protected]> (maintainer) See: Checkmk/checkmk#723
Thanks @mo-ki, don't hesitate to keep me in touch in case you need anything |
Thank you for your interest in contributing to Checkmk!
Consider looking into Readme regarding process details.
General information
This rework from Brad works on PR#578 and new PR from #696, with Allan suggestions.
Proposed changes
Making a
sysctl_mem
option per default.This permit to have information using sysctl information in addition of other way to have this.
Since sysctl is always present on FreeBSD this information is alway given.
We should have a new section giving the following informations:
Kind regards