added proxmox-ct.conf zabbix agent conf
This commit is contained in:
parent
a278a28042
commit
e60dd9a202
@ -83,6 +83,12 @@ cp "$_assets"/zabbix/userparameter_nginx.conf "$_agent_conf_d"/
|
||||
mkdir /etc/zabbix/zabbix_agentd.scripts
|
||||
cp "$_assets"/zabbix/nginx-stat.py /etc/zabbix/zabbix_agentd.scripts/
|
||||
|
||||
echo -n "This is box is a proxmox CT? [Y|n] "
|
||||
read yn
|
||||
yn=${yn:-y}
|
||||
if [ "$yn" = "y" ]; then
|
||||
cp "$_assets"/zabbix/proxmox-ct.conf "$_agent_conf_d"/
|
||||
fi
|
||||
|
||||
# TODO add modules path to agent ??
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user