Page 1 of 1

Munin-node and webmin turn off

Posted: 22 Apr 2017 13:50
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.

Re: Munin-node and webmin turn off

Posted: 24 Apr 2017 21:08
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

Re: Munin-node and webmin turn off

Posted: 24 Apr 2017 22:44
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.