diff --git a/mkpkg.sh b/mkpkg.sh index 9bad387e..f01ecaa9 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -1,7 +1,7 @@ #!/bin/bash ProcList="restagent sshsvc" -ProjectL=psap +ProjectL=omc VERSION=1.2506.2 RelDate=`date +%Y%m%d` Release=${RelDate} diff --git a/restagent/etc/psap.yaml b/restagent/etc/psap.yaml new file mode 100644 index 00000000..2da3b7e6 --- /dev/null +++ b/restagent/etc/psap.yaml @@ -0,0 +1,25 @@ +ticket: + notifcation: + enabled: true + type: [smtp, sms] + smtp: + host: mail.smtp.com + port: 25 + user: smtpext@smtp.com + password: "1000smtp@omc!" + tlsSkipVerify: true + from: restagent@localhost + to: support@localhost + subject: "Ticket Notification" + body: "A new ticket has been created with ID: {{.ID}} and Subject: {{.Subject}}" + sms: + enabled: false + provider: twilio + account: "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" + token: "your_auth_token" + from: "+1234567890" + to: "+0987654321" + timeout: + create: 60 + update: 60 + close: 60 \ No newline at end of file