ManageEngine Applications Manager
ManageEngine Applications Manager is an IT performance monitoring and management tool designed to help businesses monitor the health and performance of their applications and IT infrastructure. The platform offers real-time visibility into the performance of both on-premises and cloud-based applications, including servers, databases, and virtual machines. It tracks various metrics such as response times, server resource utilization, and uptime, providing users with insights to ensure their applications run smoothly.
Applications Manager supports a wide range of technologies, including web servers, application servers, databases, cloud platforms, and enterprise applications. It helps users detect and resolve performance issues, troubleshoot errors, and optimize application performance through features like automated alerts, root-cause analysis, and performance analytics. The tool also supports custom monitoring and reporting, enabling IT teams to configure alerts based on specific conditions and track performance trends over time.
Overall, ManageEngine Applications Manager is designed to ensure that IT environments remain healthy, efficient, and responsive by providing proactive monitoring, detailed insights, and actionable alerts.
Add SMS service from seven
- open your dashboard and navigate to Admin → Product settings → Connectivity.
- click on SMS gateway in the top toolbar
- under SMS provider, select the Custom option.
- for the HTTP(s) URL, select https:// as the protocol and enter gateway.seven.io/api/sms as the value in the adjacent field. We have now defined the request address.
- select the POST option for Form transmission method.
- for Payload type select JSON.
- set the following value for Request parameters:
{
"key": "YOUR_API_KEY",
"to": "RECIPIENT_NUMBER",
"text": "Your Message"
}
SMS gateway configuration
- 1
Configure API requests
- Make sure that Individual API request for each number is not selected.
- Make sure that the value No authentication is set for Authentication method.
- 2
Add request header
Add the following three key-value pairs to the Request headers:
Key Value Accept text/plain Content-Type application/json X-Api-Key YOUR_API_KEY - 3
Set response codes
- For successful response, enter the value 100.
- For Error response, enter the value 900.
- 4
Test SMS-Gateway
- Click on Test connection to open the window below.
- Enter your cell phone number under Mobile number and any text under Message.
- Click on Test and wait for the reply.
- To close the window, click on Close.
- 5
Save settings
- Finally, click on Save to save your settings.