headers and cosmetics
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# Install check_mk agent using xinetd superserver
|
||||
# This file is part of the init.sh project
|
||||
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
|
||||
# ------------------------------------------------------------------------------
|
||||
# This file is distributed under 3-clause BSD license.
|
||||
@@ -24,6 +25,10 @@ install_mkagent()
|
||||
|
||||
precheck_install_mkagent()
|
||||
{
|
||||
[[ -n $MKVERSION ]] && (
|
||||
prnt E "Undeclared check_mk version of the agent to install."
|
||||
die 162
|
||||
)
|
||||
[[ -n $MK_SERVER ]] && (
|
||||
prnt E "Undeclared check_mk server."
|
||||
die 162
|
||||
|
||||
Reference in New Issue
Block a user