Open Cyth opened 10 years ago
I fixed the error myself;
{
no warnings 'uninitialized';
( $dataref->{LONGTERM}->{'Memory.real.buffers'} ) = ( $meminfo =~ /Buffers:\s+(\d+)/ )[0] + 0;
}
Suppresses the uninitialized error. It no longer beeps uninitialized error in the log file. I suppose this is not the most desirable solution.
Identified by; Existence of /proc/user_beancounters file. Reproducible; Always Workaround; Possibly upgrading to OpenVZ w/ VSwap, CentOS 6 on hardware node, or silencing error in file;
Line 50;
Effect; (Every 30-31 seconds, or 5 minutes, a error is written in file:)
Steps to Authenticate; (Free shows 0 Buffers, but meminfo doesn't show Buffers.)