The AvayaMonitor uses Avaya TSAPI library, it monitors Avaya resources such as Trunk groups, Hunt groups and Test numbers. When default conditions such as Trunk group member, Hunt group member becomes ZERO or the Test number is unreachable, it sends notification emails to your administrators. Some triggers such as Skill Login or Logout can be executed right after such condition occurred. This tool also provides high level testers such as Line Tester and Recorder Tester for the contact center. The Line Tester is for testing of IVR circuits one by one. The Recorder Tester makes calls on behalf of agent extensions, voice recording will be triggered for these agent extensions so you can verify the healthiness of voice recording system before the operating hours of your agents. The tool can integrate with Nagios so you can monitor the Avaya resources in Nagios. For more information, please visit the AvayaMonitor Programming Blog.
Telnet to the AvayaMonitor console, update the following parameters
tm_tlink_01
tm_licensekey
Configure the TSAPI Client Library Inside the Container
After the container is created, you can enter into the container by the following command
docker exec -i -t avayamonitor bash
Then, edit the /usr/lib/tslibrc, add the AES IP address and the TSAPI service port number to the file.
After these changes, restart the AvayaMonitor program by the following command