Sign inSign up

upinget/clintsvr

By upinget

Updated 9 months ago

Real Time Data for Avaya CMS

Image
Monitoring & observability
0

682

upinget/clintsvr repository overview

Real Time Data for Avaya CMS

The clintSVR is a gateway program for the access of Avaya CMS real time reports. It uses a tool called CLINT to retrieve real time data from Avaya CMS and provides API(s) for you to do application development. Applications such as wallboard and agent map software can be implemented on top of clintSVR. The clintSVR retrieves CMS real time reports at an interval that specified by you, it stores the real time data in memory or database and allows multiple access by different programs via REST query API, OCX and C/C++ interfaces. For more information, please visit the clintSVR Programming Blog.

Create the Container

To create a container as daemon process, enter the following command
docker run -d -p 14011:14011 -p 8081:8081 -p 8082:8082 -v /var/log/clintsvr:/var/log/clintsvr -e TZ=Asia/Hong_Kong --name clintsvr clintsvr:tagname

To create a container as daemon process and store clint data to external database, enter the following command

docker run -d -p 14011:14011 -p 8081:8081 -p 8082:8082 -v /var/log/clintsvr:/var/log/clintsvr -e TZ=Asia/Hong_Kong --add-host=clintremotedb:192.168.1.20 --name clintsvr clintsvr:tagname

Port number description as following:

  • 14011: Telnet port of clintSVR
  • 8081: clintSVR REST interface port
  • 8082: clintSVR WebSocket interface port
  • If you host has enabled SELinux, add option --security-opt label=disable

Configure the clintSVR Parameters

Telnet to the clintSVR console, update the parameters by the following commands
  • setup
  • setup database
  • setup splunk
  • setup api

Restart the clintSVR Inside the Container

After the container is created, you can enter into the container by the following command
docker exec -i -t clintsvr bash
You can restart the clintSVR program by the following command
/usr/local/upinget/stopclintsvr.sh

Tag summary

Content type

Image

Digest

sha256:ec3d9c40a

Size

150.9 MB

Last updated

9 months ago

docker pull upinget/clintsvr:2.2.4