mirror of
https://codeberg.org/scip/Data-Interactive-Inspect.git
synced 2025-12-16 20:21:02 +01:00
264 lines
4.4 KiB
INI
264 lines
4.4 KiB
INI
|
|
|
|
[Settings]
|
|
|
|
;======================================================================
|
|
|
|
; Set detailed log for additional debugging info
|
|
|
|
DetailedLog=1
|
|
|
|
RunStatus=1
|
|
|
|
StatusPort=6090
|
|
|
|
StatusRefresh=10
|
|
|
|
Archive=1
|
|
|
|
; Sets the location of the MV_FTP log file
|
|
|
|
LogFile=/opt/ecs/mvuser/MV_IPTel/log/MV_IPTel.log
|
|
|
|
;======================================================================
|
|
|
|
Version=0.9 Build 4 Created July 11 2004 14:00
|
|
|
|
ServerName=Unknown
|
|
|
|
|
|
[FTP]
|
|
|
|
;======================================================================
|
|
|
|
; set the FTP server active
|
|
|
|
RunFTP=1
|
|
|
|
; defines the FTP control port
|
|
|
|
FTPPort=21
|
|
|
|
; defines the FTP data port
|
|
|
|
FTPDataPort=20
|
|
|
|
|
|
FTPDir=/opt/ecs/mvuser/MV_IPTel/data/FTPdata
|
|
|
|
; FTP Timeout (secs)
|
|
|
|
FTP_TimeOut=5
|
|
|
|
; Enable SuperUser
|
|
|
|
EnableSU=1
|
|
|
|
; set the SuperUser Name
|
|
|
|
SUUserName=mvuser
|
|
|
|
; set the SuperUser Password
|
|
|
|
SUPassword=Avaya
|
|
|
|
;
|
|
|
|
;======================================================================
|
|
|
|
[FTPS]
|
|
|
|
;======================================================================
|
|
|
|
; set the FTPS server active
|
|
|
|
RunFTPS=0
|
|
|
|
; defines the FTP control port
|
|
|
|
FTPPort=990
|
|
|
|
; defines the FTP data port
|
|
|
|
FTPDataPort=889
|
|
|
|
;======================================================================
|
|
|
|
|
|
[TFTP]
|
|
|
|
;======================================================================
|
|
|
|
; set the Trivial FTP server active
|
|
|
|
RunTrivialFTP=1
|
|
|
|
; defines the Trivial FTP port
|
|
|
|
TrivialFTPPort=69
|
|
|
|
|
|
TFTPDir=/opt/ecs/mvuser/MV_IPTel/data/TFTPdata
|
|
|
|
;======================================================================
|
|
|
|
[HTTP]
|
|
|
|
;======================================================================
|
|
|
|
; set the HTTP download server active
|
|
|
|
RunHTTP=1
|
|
|
|
; defines the HTTP download port
|
|
|
|
HTTPPort=81
|
|
|
|
; Sets the location of the HTTP data directory for downloads
|
|
|
|
HTTPDir=/opt/ecs/mvuser/MV_IPTel/data/HTTPdata
|
|
|
|
;======================================================================
|
|
|
|
[HTTPS]
|
|
|
|
;======================================================================
|
|
|
|
; set the HTTPS download server active
|
|
|
|
RunHTTPS=0
|
|
|
|
; defines the HTTPS download port
|
|
|
|
HTTPSPort=411
|
|
|
|
; Sets the location of the HTTPS data directory for downloads
|
|
|
|
HTTPSDir=/opt/ecs/mvuser/MV_IPTel/data/HTTPSdata
|
|
|
|
; Sets the location of the CertFile
|
|
|
|
CertFile=/opt/ecs/mvuser/MV_IPTel/certs/IPTelcert.pem
|
|
|
|
; Sets the location of the KeyFile
|
|
|
|
KeyFile=/opt/ecs/mvuser/MV_IPTel/certs/IPTelkey.pem
|
|
|
|
; Use Client Authorization
|
|
|
|
ClientAuth=0
|
|
|
|
; narrow config for Avaya IPTel (TLSV1 using RSA_NULL_SHA)
|
|
|
|
IPTel=0
|
|
|
|
; sets the SSL variants if not Avaya IPtel (IPTel=0)
|
|
|
|
SSLV2=0
|
|
|
|
SSLV3=0
|
|
|
|
TLSV1=1
|
|
|
|
UseProxy=0
|
|
|
|
ProxyAddr=simon.avaya.com
|
|
|
|
ProxyPort=9000
|
|
|
|
;======================================================================
|
|
|
|
[BACKUP_SERVERS]
|
|
|
|
;======================================================================
|
|
|
|
FileServer=0
|
|
|
|
RequestUpdates=0
|
|
|
|
RequestBackup=0
|
|
|
|
; Enable use of the Primary file server
|
|
|
|
UsePrimarySvr=0
|
|
|
|
; Primary file server IP address ( or resolvable DNS)
|
|
|
|
PrimaryIP=192.168.0.13
|
|
|
|
; Enable use of the Secondary file server
|
|
|
|
UseSecondarySvr=0
|
|
|
|
; Secondary file server IP address ( or resolvable DNS)
|
|
|
|
SecondaryIP=192.168.0.10
|
|
|
|
; Sets the update interval for Backups & updates ; 1 = min; 2
|
|
|
|
UpdateInterval=2
|
|
|
|
;Send FTP backup to the customer sever
|
|
|
|
CustomFTP=1
|
|
|
|
; FTP backup directory customer sever
|
|
|
|
CustomFTPDir=home/mvuser/backup
|
|
|
|
; FTP backup directory user login name
|
|
|
|
CustomFTPUName=tom
|
|
|
|
; FTP backup directory user password
|
|
|
|
CustomFTPPwd=jerry
|
|
|
|
; Enable CDR Backup - enable=1 on both File Server & Client
|
|
|
|
CDRBackup=0
|
|
|
|
; Enable BCMS Backup - enable=1 on both File Server & Client
|
|
|
|
BCMSBackup=0
|
|
|
|
; Retain CDR / BCMS copy data for x days ( Receiver always + 1
|
|
|
|
RetainDays=7.0
|
|
|
|
;======================================================================
|
|
|
|
|
|
[SNMP]
|
|
|
|
;================================================================
|
|
|
|
;
|
|
|
|
; Validate FTP store with SNMP check
|
|
|
|
UseSNMP=1
|
|
|
|
; In case the SNMPGET syntax changes you can redefine the commands
|
|
|
|
; Uncomment the relevant line to override the internal command
|
|
|
|
;the syntax is "Command + IPADDR + ExtObj + Awk
|
|
|
|
; the IPADRR is derived from the connection
|
|
|
|
; Note there are relavant spaces at the start/end of the component
|
|
|
|
;Command=/usr/bin/snmpget
|
|
|
|
;Params= -v2c -cpublic
|
|
|
|
;ExtObject=.1.3.6.1.4.1.6889.2.69.1.4.9.0
|
|
|
|
;TypeObject=.1.3.6.1.4.1.6889.2.69.1.1.2.0
|
|
|
|
;Awk=| awk -F \" '' {print $2 } ''
|
|
|
|
;================================================================
|
|
|