473,471 Members | 1,684 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

monitoring remote applications, how?

RD
I have a number of applications written bothe in vb.net and vb6 tat are
running unattended 24-7 on sveral different machines on a lan at a client
site.

The problem is that sometimes one of these apps stops working for various
reasons and it usually takes quite a bit of time for the admins to realize
it, usually a customer calls in and says hey your app is not working (most
of these are automated telephony order entry systems, some are automated FTP
transfer apps, etc..)

It would be helpfull if we could implement some way to monitor the state of
these various apps from another computer and if the apps could send a
warning flag to the centalized server whenever something went awry in their
execution or if the server could detect anomalies in the execution of these
apps.

Any help or suggestions on how this could be done would be most welcome,
Ideally we would like it best if we did not have to modify qany code in the
apps we're surveiling.

Thanks,

Bob
Nov 21 '05 #1
2 1900
Just up my alley...<insert laugh>

Several ways to accomplish this
Use a system management tool from BMC (Patrol), CA (Unicenter), IBM
(Tivoli), Microsoft (MOM), HP Openview.
These tools are designed to do what you are requesting, with a catch
($$$$$) - add a couple for dollar signs for good measure.
There are some smaller products, one which I have used from DeepMetrix
called ipMonitor only about ($$)

If you haven't caught on this is a lot of what I do, use system management
tools, then write my own stuff to fill in the sometimes gaping holes they
leave.

Now that being said, you can use .NET to monitor processes and Services and
performace counters, you will need to set up a timer function to go out and
re-query the system(s) you are interested in. If the apps are installed as a
service, also monitor the spawned process(s), I have seen services merrily
state they are running just fine, whilst the spawned process dies. This
could be set with email notification, will need access to a POP server.
Also, be careful with putting anything on a network appliance server or
voice response server, they do not tend to play well, due to the OS is a
verliy scaled down (just enough to get it up)

The big catch to any of this is remote accessability to the servers in
question, and will the customer allow you to perform remote monitoring for
your apps, and watch out, they may try to get ou to monitor their stuff also
at cost to you.

"RD" <no****@nospam.net> wrote in message
news:O7**************@TK2MSFTNGP15.phx.gbl...
I have a number of applications written bothe in vb.net and vb6 tat are
running unattended 24-7 on sveral different machines on a lan at a client
site.

The problem is that sometimes one of these apps stops working for various
reasons and it usually takes quite a bit of time for the admins to realize
it, usually a customer calls in and says hey your app is not working (most
of these are automated telephony order entry systems, some are automated
FTP
transfer apps, etc..)

It would be helpfull if we could implement some way to monitor the state
of
these various apps from another computer and if the apps could send a
warning flag to the centalized server whenever something went awry in
their
execution or if the server could detect anomalies in the execution of
these
apps.

Any help or suggestions on how this could be done would be most welcome,
Ideally we would like it best if we did not have to modify qany code in
the
apps we're surveiling.

Thanks,

Bob

Nov 21 '05 #2
Bob,

Another way to accomplish this is to use a telephony toolkit such as
VBVoice. You can easily create a monitoring application which calls
your telephony apps at specified intervals and alerts the administrator
via phone or pager or any other means. VBVoice, as the name implies is
a rapid application development tool that resides directly inside
Microsoft Visual Studio .NET

For more on this topic, visit our web site www.pronexus.com or read
about 'Watchdog' at
http://www.pronexus.com/products/cas...s/watchdog.htm

Regards,

Chris Biber
Pronexus

RD wrote:
I have a number of applications written bothe in vb.net and vb6 tat are running unattended 24-7 on sveral different machines on a lan at a client site.

The problem is that sometimes one of these apps stops working for various reasons and it usually takes quite a bit of time for the admins to realize it, usually a customer calls in and says hey your app is not working (most of these are automated telephony order entry systems, some are automated FTP transfer apps, etc..)

It would be helpfull if we could implement some way to monitor the state of these various apps from another computer and if the apps could send a warning flag to the centalized server whenever something went awry in their execution or if the server could detect anomalies in the execution of these apps.

Any help or suggestions on how this could be done would be most welcome, Ideally we would like it best if we did not have to modify qany code in the apps we're surveiling.

Thanks,

Bob


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: SQLDBA | last post by:
I am in the process of evaluating some SQL Performance Monitoring /DBA tool to purchase (For SQL Server 2000). I have the following list of software that I came across and have to finalize which...
4
by: johnm | last post by:
Hello, We currently are running a CRM application that uses DB/2 7.2 for the data repository. We will be upgrading to 8.2 later this year....maybe....time and resources permitting. The...
4
by: kimpton | last post by:
Hi, My App running on my local machine is trying to access apsx and ascx pages via a virtual directory (see earlier post) that points to a share on a different machine. I can now access .aspx...
2
by: Greg Allen | last post by:
I know this has been discussed before, and have found some documentation about it on the web. But nothing has fixed my problem. I am running the 1.1 .NET framework, SP1. I have a web...
0
by: Ken Allen | last post by:
The MSDN documentation on remote debugging is a bit sparse, to say the least, and there is almost no information available on the 'best' way to configure this. I should note that my development...
7
by: mojtaba_danai | last post by:
Hi Hope that some one can help with the following. I wish to write a Visual C++ program, which monitors 3-4 other services (process/programs also written in VC++). The program shall monitor, if...
5
by: Ben | last post by:
I am building a web app using ASP.NET 2.0. One of the requirements is that we link to a third party vendor's site, display their content. let the user make choices on the vendors site and then...
7
by: =?Utf-8?B?Q2FybG8gRm9saW5p?= | last post by:
Hi, I implemented asynchronous calls to a web resource (using HttpWebRequest) from asp.net 2.0. The request it's made asyncronously (I see that beginGetResponse returns immediately). The number...
5
by: rohit | last post by:
hi, i am designing a desktop search engine using python. i am having a query , is there a package available that contains functions for retrieving the files being edited , created,deleted in the...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.