fix: checkmk_agent module renamed, main program reordering, conf_disks fixed, few typos
This commit is contained in:
18
modules/install_mkagent.sh
Normal file
18
modules/install_mkagent.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
export VER_install_mkagent="0.0.1"
|
||||
|
||||
install_mkagent()
|
||||
{
|
||||
pkginst $MYPATH/repo/mk_agents/check-mk-agent_${MKVERSION}_all.deb
|
||||
backupdist /etc/xinetd.d/check_mk
|
||||
installfile check_mk /etc/xinetd.d/check_mk
|
||||
svc_restart xinetd
|
||||
}
|
||||
|
||||
precheck_install_mkagent()
|
||||
{
|
||||
: # rien à vérifier
|
||||
}
|
||||
|
||||
export -f install_mkagent
|
||||
export -f precheck_install_mkagent
|
||||
Reference in New Issue
Block a user