Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check_mem.pl that uses /sbin/sysctl instead of vmstat for FreeBSD
Current Version
Last Release Date
June 18, 2009
Owner
Nagios Exchange
Website
http://www.icann.org/
check_mem.pl that uses /sbin/sysctl instead of vmstat for FreeBSD 6.0+ (Previous versions untested.)
If you want some different calculations, like having free memory equals free+buffered+cached, then you need to make a couple of changes: add my $mem_buff = $sysctl->{"vfs.bufspace"}; and change: #$free_memory = $mem_inactive + $mem_cache + $mem_free + $mem_buff; $free_memory = $mem_cache + $mem_free + $mem_buff;
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!