Munin Apache plugin broken after nightly upcp run

alphawolf50

Well-Known Member
Apr 28, 2011
186
2
68
cPanel Access Level
Root Administrator
The upcp log tonight shows that yum udpated perl. About the same time the update ran, the Munin graphs for Apache stopped updating. In the munin-node log, This error repeats many times:
Code:
Use of uninitialized value in pattern match (m//) at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/Net/Server.pm line 600.
I can't help but think these are related. If it matters, the server is CentOS 5.9 64-bit. The new perl package is:
"perl.x86_64 4:5.8.8-40.el5_9"
 

dexus

Well-Known Member
Jan 14, 2006
188
12
168
cPanel Access Level
Root Administrator
I just noticed this problem in the logs, but this does not prevent Munin update... It must be something else in your case.

It is actually related to cPanel's Perl Net::Server module/package...

cpanel-perl-514-Net-Server-2.006-1.cp1136.i386

cPanel package is 2.006 version while system Perl is using 2.007, and that part of code is corrected in latest version.

This does not really look like a problem, only a warning actually that is filling up the logs...

cPanel should upgrade Perl Net::Server package.