# Server port the error rating daemon listens on serverport=7000 # Server address (IP or hostname) - localhost comes # from /etc/hosts/ (127.0.0.1). serverhost=localhost # Client address (IP or hostname) - localhost comes # from /etc/hosts/ (127.0.0.1). This will nearly always # be localhost. clienthost=localhost # Client port clientport=7000 # The difference in seconds between each syslog error # message. For example, the default settings means # 1 message every 60 seconds. sysloglimit=60 # The difference in seconds between each email error # message. For example, the default settings means # 1 message every 60 seconds. emailimit=60 # URL Prefix errorurl=https://zd1.zednax.com:9443/errors/ # Dump errors path (include end /) errordir=/var/errors/ # Path to the error log .xsl xslpath=/ZymonicErrorLog.xsl # SMTP Server - Open relay smtpserver=smtp.zednax.com # Email from source email_from=zymonic@zymonic.com # Email address for XML errors to be reported to xmladmin_email_address=xml@yourcompany.com # Email address for DB errors to be reported to dbadmin_email_address=db@yourcompany.com # Email address for SysAdmin errors to be reported to sysadmin_email_address=sysadmin@yourcompany.com # Email address for Developers errors to be reported to developers_email_address=developers@yourcompany.com # All errors to be delivered to address allerrors_email_address=developers@yourcompany.com # Email subject template email_subject_template=System Error: {ZZerror_id} from {ZZhost} - {ZZsystem} # Email body template email_body_template=Unfortunately, a system error has occurred. The log can be found on {ZZhost} at {ZZerrorfile} {ZZerrorfileurl}