Serghey Rodin 14 лет назад
Родитель
Сommit
3a268ebe64
75 измененных файлов с 76 добавлено и 1 удалено
  1. 1 0
      bin/v_add_db_base
  2. 1 0
      bin/v_add_db_host
  3. 1 0
      bin/v_add_dns_domain
  4. 1 0
      bin/v_add_dns_domain_record
  5. 1 0
      bin/v_add_ssl_certificate
  6. 1 0
      bin/v_add_sys_cron
  7. 1 0
      bin/v_add_sys_ip
  8. 1 0
      bin/v_add_sys_user
  9. 1 0
      bin/v_add_sys_user_reports
  10. 1 0
      bin/v_backup_sys_user
  11. 1 0
      bin/v_backup_sys_users
  12. 1 0
      bin/v_change_db_password
  13. 1 0
      bin/v_change_dns_domain_exp
  14. 1 0
      bin/v_change_dns_domain_ip
  15. 1 0
      bin/v_change_dns_domain_record
  16. 1 0
      bin/v_change_dns_domain_soa
  17. 1 0
      bin/v_change_dns_domain_tpl
  18. 1 0
      bin/v_change_dns_domain_ttl
  19. 1 0
      bin/v_change_sys_config_value
  20. 1 0
      bin/v_change_sys_cron_job
  21. 1 0
      bin/v_change_sys_ip_name
  22. 1 0
      bin/v_change_sys_ip_owner
  23. 1 0
      bin/v_change_sys_ip_status
  24. 1 0
      bin/v_change_sys_user_contact
  25. 1 0
      bin/v_change_sys_user_name
  26. 1 0
      bin/v_change_sys_user_ns
  27. 1 0
      bin/v_change_sys_user_package
  28. 1 0
      bin/v_change_sys_user_password
  29. 1 0
      bin/v_change_sys_user_shell
  30. 1 0
      bin/v_del_db_base
  31. 1 0
      bin/v_del_db_dbases
  32. 1 0
      bin/v_del_db_host
  33. 1 0
      bin/v_del_dns_domain
  34. 1 0
      bin/v_del_dns_domain_record
  35. 1 0
      bin/v_del_dns_domains
  36. 1 0
      bin/v_del_ssl_certificate
  37. 1 0
      bin/v_del_sys_cron
  38. 1 0
      bin/v_del_sys_ip
  39. 1 0
      bin/v_del_sys_user
  40. 1 0
      bin/v_del_sys_user_reports
  41. 1 0
      bin/v_get_dns_domain_value
  42. 1 0
      bin/v_get_sys_user_value
  43. 1 0
      bin/v_rebuild_dns_domains
  44. 1 0
      bin/v_rebuild_sys_cron
  45. 1 0
      bin/v_restart_cron
  46. 1 0
      bin/v_restart_dns
  47. 1 0
      bin/v_suspend_db_base
  48. 1 0
      bin/v_suspend_db_bases
  49. 1 0
      bin/v_suspend_dns_domain
  50. 1 0
      bin/v_suspend_dns_domains
  51. 1 0
      bin/v_suspend_sys_cron_job
  52. 1 0
      bin/v_suspend_sys_cron_jobs
  53. 1 0
      bin/v_unsuspend_db_base
  54. 1 0
      bin/v_unsuspend_db_bases
  55. 1 0
      bin/v_unsuspend_dns_domain
  56. 1 0
      bin/v_unsuspend_dns_domains
  57. 1 0
      bin/v_unsuspend_sys_cron_job
  58. 1 0
      bin/v_unsuspend_sys_cron_jobs
  59. 1 0
      bin/v_upd_db_base_disk
  60. 1 0
      bin/v_upd_db_bases_disk
  61. 2 1
      bin/v_upd_sys_ip
  62. 1 0
      bin/v_upd_sys_queue
  63. 1 0
      bin/v_upd_sys_rrd
  64. 1 0
      bin/v_upd_sys_rrd_ftp
  65. 1 0
      bin/v_upd_sys_rrd_httpd
  66. 1 0
      bin/v_upd_sys_rrd_la
  67. 1 0
      bin/v_upd_sys_rrd_mem
  68. 1 0
      bin/v_upd_sys_rrd_mysql
  69. 1 0
      bin/v_upd_sys_rrd_net
  70. 1 0
      bin/v_upd_sys_rrd_nginx
  71. 1 0
      bin/v_upd_sys_rrd_pgsql
  72. 1 0
      bin/v_upd_sys_rrd_ssh
  73. 1 0
      bin/v_upd_sys_user_bill
  74. 1 0
      bin/v_upd_sys_user_disk
  75. 1 0
      bin/v_upd_sys_vesta

+ 1 - 0
bin/v_add_db_base

@@ -16,6 +16,7 @@ encoding=${7-UTF8}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_add_db_host

@@ -18,6 +18,7 @@ template=${8-template1}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_add_dns_domain

@@ -18,6 +18,7 @@ ttl=${7-14400}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_add_dns_domain_record

@@ -16,6 +16,7 @@ id=$6
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_add_ssl_certificate

@@ -11,6 +11,7 @@ ssl=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cert.func
 

+ 1 - 0
bin/v_add_sys_cron

@@ -17,6 +17,7 @@ job=$8
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_add_sys_ip

@@ -15,6 +15,7 @@ ip_name=$6
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 source $V_FUNC/domain.func    # for namehosting

+ 1 - 0
bin/v_add_sys_user

@@ -15,6 +15,7 @@ lname=$6
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_add_sys_user_reports

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_backup_sys_user

@@ -11,6 +11,7 @@ output=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 source $V_FUNC/db.func

+ 1 - 0
bin/v_backup_sys_users

@@ -12,6 +12,7 @@ source /etc/profile.d/vesta.sh
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_db_password

@@ -12,6 +12,7 @@ db_password=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_change_dns_domain_exp

@@ -13,6 +13,7 @@ exp=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_dns_domain_ip

@@ -13,6 +13,7 @@ ip=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_dns_domain_record

@@ -16,6 +16,7 @@ value=$(idn -t --quiet -u "$6" )
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_dns_domain_soa

@@ -13,6 +13,7 @@ soa=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_dns_domain_tpl

@@ -13,6 +13,7 @@ template=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_dns_domain_ttl

@@ -13,6 +13,7 @@ ttl=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_change_sys_config_value

@@ -11,6 +11,7 @@ value=${2// /%spc%}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_sys_cron_job

@@ -17,6 +17,7 @@ command=$8
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_change_sys_ip_name

@@ -11,6 +11,7 @@ ip_name=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 

+ 1 - 0
bin/v_change_sys_ip_owner

@@ -11,6 +11,7 @@ ip=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 

+ 1 - 0
bin/v_change_sys_ip_status

@@ -11,6 +11,7 @@ ip_status=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 

+ 1 - 0
bin/v_change_sys_user_contact

@@ -11,6 +11,7 @@ email=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_change_sys_user_name

@@ -12,6 +12,7 @@ lname=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_sys_user_ns

@@ -18,6 +18,7 @@ ns8=$9
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_sys_user_package

@@ -11,6 +11,7 @@ package=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_sys_user_password

@@ -11,6 +11,7 @@ password=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_change_sys_user_shell

@@ -11,6 +11,7 @@ shell=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_del_db_base

@@ -11,6 +11,7 @@ database=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_del_db_dbases

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_del_db_host

@@ -11,6 +11,7 @@ host=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_del_dns_domain

@@ -12,6 +12,7 @@ named_conf=/etc/named.conf
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_del_dns_domain_record

@@ -13,6 +13,7 @@ id=$3
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_del_dns_domains

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_del_ssl_certificate

@@ -11,6 +11,7 @@ ssl=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cert.func
 

+ 1 - 0
bin/v_del_sys_cron

@@ -11,6 +11,7 @@ job=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_del_sys_ip

@@ -10,6 +10,7 @@ ip=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 source $V_FUNC/domain.func

+ 1 - 0
bin/v_del_sys_user

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 source $V_FUNC/db.func

+ 1 - 0
bin/v_del_sys_user_reports

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_get_dns_domain_value

@@ -13,6 +13,7 @@ key=$(echo "$3"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_get_sys_user_value

@@ -11,6 +11,7 @@ key=$(echo "$2"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_rebuild_dns_domains

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 source $V_FUNC/ip.func

+ 1 - 0
bin/v_rebuild_sys_cron

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_restart_cron

@@ -4,6 +4,7 @@
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 crond() {
     /etc/init.d/crond 'reload' >/dev/null 2>&1

+ 1 - 0
bin/v_restart_dns

@@ -6,6 +6,7 @@
 source /etc/profile.d/vesta.sh
 source $VESTA/conf/vesta.conf
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 bind() {
     /etc/init.d/named reload >/dev/null 2>&1

+ 1 - 0
bin/v_suspend_db_base

@@ -11,6 +11,7 @@ database=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_suspend_db_bases

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_suspend_dns_domain

@@ -12,6 +12,7 @@ domain_idn=$(idn -t --quiet -a "$domain")
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_suspend_dns_domains

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_suspend_sys_cron_job

@@ -11,6 +11,7 @@ job=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_suspend_sys_cron_jobs

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_unsuspend_db_base

@@ -11,6 +11,7 @@ database=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_unsuspend_db_bases

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_unsuspend_dns_domain

@@ -12,6 +12,7 @@ domain_idn=$(idn -t --quiet -a "$domain")
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_unsuspend_dns_domains

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_unsuspend_sys_cron_job

@@ -11,6 +11,7 @@ job=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_unsuspend_sys_cron_jobs

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/cron.func
 

+ 1 - 0
bin/v_upd_db_base_disk

@@ -11,6 +11,7 @@ database=$2
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_upd_db_bases_disk

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 2 - 1
bin/v_upd_sys_ip

@@ -12,7 +12,8 @@ owner=${3-vesta}
 ip_status=${4-shared}
 
 # Importing variables
-source $VESTA/conf/vars.conf    # include for internal func
+source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf    # include for internal func
 source $V_FUNC/shared.func
 source $V_FUNC/ip.func
 source $V_FUNC/domain.func

+ 1 - 0
bin/v_upd_sys_queue

@@ -13,6 +13,7 @@ source /etc/profile.d/vesta.sh
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 # Defining pipe functions

+ 1 - 0
bin/v_upd_sys_rrd

@@ -13,6 +13,7 @@ source /etc/profile.d/vesta.sh
 # Importing variables
 source $VESTA/conf/vars.conf
 source $V_CONF/vesta.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 # Another workaround for cron enviroment

+ 1 - 0
bin/v_upd_sys_rrd_ftp

@@ -13,6 +13,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 # Importing variables
 source $VESTA/conf/vars.conf
 source $V_CONF/vesta.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_rrd_httpd

@@ -13,6 +13,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 # Importing variables
 source $VESTA/conf/vars.conf
 source $V_CONF/vesta.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_upd_sys_rrd_la

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_rrd_mem

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_rrd_mysql

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_upd_sys_rrd_net

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_rrd_nginx

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_rrd_pgsql

@@ -12,6 +12,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/db.func
 

+ 1 - 0
bin/v_upd_sys_rrd_ssh

@@ -13,6 +13,7 @@ rrd_grid=${3-MINUTE:30:HOUR:1:HOUR:4:0:%H:%M}
 # Importing variables
 source $VESTA/conf/vars.conf
 source $V_CONF/vesta.conf
+source $V_CONF/vesta.conf
 
 
 #----------------------------------------------------------#

+ 1 - 0
bin/v_upd_sys_user_bill

@@ -14,6 +14,7 @@ source /etc/profile.d/vesta.sh
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_FUNC/domain.func
 

+ 1 - 0
bin/v_upd_sys_user_disk

@@ -10,6 +10,7 @@ user=$1
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 
 

+ 1 - 0
bin/v_upd_sys_vesta

@@ -17,6 +17,7 @@ source /etc/profile.d/vesta.sh
 
 # Importing variables
 source $VESTA/conf/vars.conf
+source $V_CONF/vesta.conf
 source $V_FUNC/shared.func
 source $V_CONF/vesta.conf