Munin-node and webmin turn off

Questions and answers about how to do stuff
Post Reply
BliXem
Posts: 80
Joined: 27 Mar 2017 19:17

Munin-node and webmin turn off

Post by BliXem »

Hello,

Is it possible to stop munin-node and webmin? If I stop webmin, it will restarted automaticly:

Service webmin down and restarted ( 1 attempts in past day, max attempts is 3 )

Please examine your EFA logs on mailscanner.wrhg.nl and resources to determine cause of failure.
henk
Posts: 518
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Munin-node and webmin turn off

Post by henk »

Hi Blixem,
Is it possible to stop munin-node and webmin?
If you want to stop and disable Webmin / Munin

To show enabled services:

Code: Select all

chkconfig --list
or just webmin

Code: Select all

chkconfig --list |grep 'webmin'
show the status

Code: Select all

/etc/init.d/webmin status
stop the service

Code: Select all

/etc/init.d/webmin stop
disable the service

Code: Select all

chkconfig webmin off
check:

Code: Select all

/etc/init.d/webmin status
Webmin is stopped
and

Code: Select all

chkconfig --list |grep 'webmin
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Munin-node and webmin turn off

Post by shawniverson »

BliXem wrote: 22 Apr 2017 13:50 Hello,

Is it possible to stop munin-node and webmin? If I stop webmin, it will restarted automaticly:

Service webmin down and restarted ( 1 attempts in past day, max attempts is 3 )

Please examine your EFA logs on mailscanner.wrhg.nl and resources to determine cause of failure.
Place your eFa into Maintenance Mode in EFA-Configure if you want to disable webmin. This will disable EFA-Monitor that is restarting the service.
Post Reply