Critical Warning from Munin

hrace009

Well-Known Member
Dec 24, 2013
75
10
8
Root
cPanel Access Level
Root Administrator
Twitter
Hello,

I just re-installed my cpanel win centos 7
Currently i installed Munin Service Monitor from WHM.
I got CRITICAL warning like this:
Capture.JPG


I don't understand why it Critical. since it still only 1 domain.
should i ignore this critical warning?
 

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter

hrace009

Well-Known Member
Dec 24, 2013
75
10
8
Root
cPanel Access Level
Root Administrator
Twitter
How long ago?
around 1 hour after i install munin from WHM.

Could it be that it's just not generated any stats yet (I'm guessing)?
i am not sure, but i will keep monitoring it. who knows it will change by it self.
but at this moment, everything running fine on my web server.

Here's one with the exact same message as yours from 2013:
MySQL Lists: mysql: munin MyISAM & InnoDB issues
Here's the Munin docs:
fieldname.critical – Munin
Thanks, i will try to find it out

EDIT---------
I am using MariaDB
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

You can manually initiate the munin update process via the following commands while logged in as "root" via SSH:

Code:
su - munin --shell=/bin/bash
/usr/local/cpanel/3rdparty/perl/522/bin/munin-cron
exit
Let us know if this helps.

Thank you.
 

hrace009

Well-Known Member
Dec 24, 2013
75
10
8
Root
cPanel Access Level
Root Administrator
Twitter
Hello,

You can manually initiate the munin update process via the following commands while logged in as "root" via SSH:

Code:
su - munin --shell=/bin/bash
/usr/local/cpanel/3rdparty/perl/522/bin/munin-cron
exit
Let us know if this helps.

Thank you.
hi, i create this
Code:
/etc/munin/plugin-conf.d/mysql_innodb.conf
and add
Code:
[mysql_innodb]
env.warning 0
env.critical 0
then restart munin service and run
Code:
su - munin --shell=/bin/bash
/usr/local/cpanel/3rdparty/perl/522/bin/munin-cron
exit
now the notification gone.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

I'm happy to see you were able to address the issue. Could you verify if you checked to see if the issue occurred after running the munin-cron command referenced in my last response? Or, did the issue persist until you added those entries to the /etc/munin/plugin-conf.d/mysql_innodb.conf file?

Thank you.
 

hrace009

Well-Known Member
Dec 24, 2013
75
10
8
Root
cPanel Access Level
Root Administrator
Twitter
Hello,

I'm happy to see you were able to address the issue. Could you verify if you checked to see if the issue occurred after running the munin-cron command referenced in my last response? Or, did the issue persist until you added those entries to the /etc/munin/plugin-conf.d/mysql_innodb.conf file?

Thank you.
I have try to remove /etc/munin/plugin-conf.d/mysql_innodb.conf

and restart the service, then re running
Code:
su - munin --shell=/bin/bash
/usr/local/cpanel/3rdparty/perl/522/bin/munin-cron
exit
The problem still persist.
But if i create
Code:
/etc/munin/plugin-conf.d/mysql_innodb.conf
CRITICAL warning gone.

i think that config only make it ignore about mysql_innodb