updated urbackup client, added systemd monitoring
This commit is contained in:
@@ -38,12 +38,12 @@ apt install build-essential "g++" "libcrypto++-dev" libz-dev -y
|
||||
# libwxgtk3.0-dev
|
||||
|
||||
# Download the UrBackup client source files and extract them
|
||||
wget -P /tmp/ https://hndl.urbackup.org/Client/latest/urbackup-client-2.2.6.tar.gz
|
||||
wget -P /tmp/ https://hndl.urbackup.org/Client/latest/urbackup-client-2.3.4.0.tar.gz
|
||||
cd /tmp
|
||||
tar xzf /tmp/urbackup-client-2.2.6.tar.gz
|
||||
tar xzf /tmp/urbackup-client-2.3.4.0.tar.gz
|
||||
|
||||
# Build the UrBackup client and install it
|
||||
cd /tmp/urbackup-client-2.2.6.0
|
||||
cd /tmp/urbackup-client-2.3.4.0
|
||||
./configure --enable-headless
|
||||
make -j4
|
||||
make install
|
||||
@@ -65,7 +65,7 @@ internet_authkey=$_authkey
|
||||
internet_mode_enabled=true
|
||||
internet_image_backups_def=false
|
||||
default_dirs_def=/etc;var/www;/var/backups/mysql
|
||||
tartup_backup_delay=3
|
||||
startup_backup_delay_def=3
|
||||
computername=$_computername" > /usr/local/var/urbackup/data/settings.cfg
|
||||
|
||||
# firewall
|
||||
|
@@ -93,6 +93,9 @@ if [ "$yn" = "Y" ] || [ "$yn" = "y" ]; then
|
||||
cp "$_assets"/zabbix/proxmox-ct.conf "$_agent_conf_d"/
|
||||
fi
|
||||
|
||||
# SYSTEMD
|
||||
cp "$_assets"/zabbix/userparameter_systemd_services.conf "$_agent_conf_d"/
|
||||
|
||||
# TODO add modules path to agent ??
|
||||
|
||||
# allow comm. port with zabbix-server
|
||||
|
Reference in New Issue
Block a user