Home Applications Simple-remote-server-control

Simple-remote-server-control

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
3
1 reviews
0
Awards
261
Views
20
IPM installs
4
3
Details
Releases
Reviews
Issues
Pull requests
Articles
Simple Server Communication over TCP/IP

What's new in this version

move to archive

This example is extracted from a long-running installation.
The purpose is to have a simple monitoring of several servers at a rather primitive level.
Just slightly more intelligent than a raw PING. But still easy to integrate.
It avoids the overkill of information you are often confronted with while you are just
interested in the number of active processes or similar basic figures.
The example shows a basic skeleton that might be easy filled by you real needs.

It consists of 3 sections:

  • the data section to hold server access data
  • the server section to run unattended at the server you want to monitor
  • the client section that is just for demonstration
    and should be integrated by your code to your environment.

Operation is simple:

the server starts and listens for requests.

from client various inquiries go to server and get replied.

The whole example is kept very simple and it is your task to add what you require
and to adapt the client section to your needs and into your environment.

Article in DC

Read more
Made with
Install
zpm install remote-server-control download archive
Version
1.0.716 Sep, 2023
Category
Technology Example
Works with
CachéEnsembleInterSystems IRIS
First published
22 Jul, 2020
Last checked by moderator
01 Nov, 2023Works