WareSeeker Search Software

simple server monitor 1.2


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Simple Server Monitor 1.2


windows Network Internet->Misc Networking Tools $29.95
View Detail
Download Simple Server Monitor 1.2Download Simple Server Monitor 1.2
4074K
Simple Server Monitor is a powerful, yet easy to use server monitoring utility. It allows you to monitor the status of your servers and web applications from your desktop. Simple Server Monitor runs as a notification icon and you will be unaware that it is running - until a monitor fails. When a monitor fails, you are notified by a pop-up message and/or an e-mail alert. Supports Ping, HTTP/HTTP, FTP/FTPS, SMTP/SMTPS, POP3/POP3S, IMAP/IMAPS, and Custom monitors (supports SSL/TLS). Simple Server Monitor also supports performance monitoring by charting the monitor response time and by logging (optional) all monitor queries to a log file and/or the event log.


Tags:
2

Simple Server Monitor 2.0.4


windows Network Internet->Misc Networking Tools $69.95
View Detail
Download Simple Server Monitor 2.0.4Download Simple Server Monitor 2.0.4
6442K
Simple Server Monitor is a powerful, yet easy to use server monitoring utility. It allows you to monitor the status of your servers and web applications from your desktop. Simple Server Monitor runs as a Windows Service with GUI monitoring console. When a monitor fails, you are notified by a pop-up message, an e-mail alert (user customizable messages), and/or a sound alert. Supports Ping, HTTP/HTTPS, FTP/FTPS, SMTP/SMTPS, POP3/POP3S, IMAP/IMAPS, and Custom monitors (supports SSL/TLS). Simple Server Monitor also supports performance monitoring by charting the monitor response time and by logging (optional) all monitor queries to a log file and/or the event log.

Tags:
3

Simple Server Monitor 2.0.5


windows Network Internet->Misc Networking Tools $69.95
View Detail
Download Simple Server Monitor 2.0.5Download Simple Server Monitor 2.0.5
6669K
Simple Server Monitor is a powerful, yet easy to use network server monitoring utility. It allows you to monitor the status of your servers and web applications from your desktop. Simple Server Monitor runs as a Windows Service with GUI monitoring console. When a monitor fails, you are notified by a pop-up message, an e-mail alert (user customizable messages), and/or a sound alert. Supports Ping, HTTP/HTTPS, FTP/FTPS, SMTP/SMTPS, POP3/POP3S, IMAP/IMAPS, and Custom monitors (supports SSL/TLS). Simple Server Monitor also supports performance monitoring by charting the monitor response time and by logging (optional) all monitor queries to a log file and/or the event log.

Tags:
4

Simple Server Monitor 2.0.5


windows Network Tools->Miscellaneous Network Tools $69.95
View Detail
Download Simple Server Monitor 2.0.5Download Simple Server Monitor 2.0.5
6.51MB

Simple Server Monitor INCREASES UPTIME by instantly alerting you to server problem. FIX server issues before they become costly disasters!

Simple Server Monitor is an affordable, powerful, and user-friendly server monitoring utility that will continually monitor the status of your servers and web applications. When network uptime losses are detected, our monitoring utility notifies you via any combination of these alert methods:

Pop-up Messages
E-mail / Cell Phone Alerts
Desktop Audible Alerts
External Application Launch

Customize Simple Server Monitor to suit your monitoring needs. When utilizing our easy-to-set-up alert methods, you remain in touch with networks and servers from anywhere in the world â?? maintain server uptime awareness without sacrificing mobility.
Tags:
5

Simple Server Monitor 2.0.1


windows Network Internet->Server Tools $59
View Detail
Download Simple Server Monitor 2.0.1Download Simple Server Monitor 2.0.1
5 MB
Simple Server Monitor (SSM) is a useful, powerful, yet easy to use server monitoring utility.

Simple Server Monitor monitors the status of your servers and web applications from your desktop.

SSM runs as a notification icon and you will be unaware that it is running - until a monitor fails. When a monitor fails, you are notified by a pop-up message and/or an e-mail alert.

SSM supports the following monitors:

· Ping
· FTP - active or passive
· HTTP/HTTPS - Head, Get, and Post requests
· SMTP/SMTPS
· POP/POPS
· IMAP/IMAPS
· Custom - user selected port

Simple Server Monitor also supports performance monitoring by charting the monitor response time and by logging (optional) all monitor queries to a log file and/or the event log.


Tags:
6

EverWatch Server Monitor 1.2


windows Network Internet->Other Free
View Detail
Download EverWatch Server Monitor 1.2Download EverWatch Server Monitor 1.2
555.7 KB

EverWatch Server Monitor allows you to continuously and automatically poll the web server of your choice at a specified interval. Check your web host to see if its really up as much as they say it is. Detailed event and statistics logging can optionally be saved to file. Easy to install, configure and run.
Runs in background in system tray. An always-on internet connection is recommended for continuous polling, but not required for occasional monitoring..
Tags:
7

ServerRadar Server Monitor 5.1


windows Network Internet->Misc Networking Tools $399.95
View Detail
Download ServerRadar Server Monitor 5.1Download ServerRadar Server Monitor 5.1
1958K
ServerRadar is a powerful, reliable and easy-to-use server monitoring software that continuously monitors your servers availability and performance. ServerRadar helps organizations not only to monitor various servers, including web servers, mail servers, ftp servers, Database servers, DNS servers, but to ping the server to ensure its accessibility. In the event of server errors, ServerRadar will notify you immediately by sending emails, playing sounds, running specified programs and more. To give you an open-and-shut view of your servers status, it can also generate real-time charts and historic reports in HTML format.

Tags:
8

Dreamsys Server Monitor 3.1


windows Network Internet->Server Tools Free
View Detail
Download Dreamsys Server Monitor 3.1Download Dreamsys Server Monitor 3.1
2.03 MB
Dreamsys Server Monitor description
Dreamsys Server Monitor is a simple and reliable utility that will, as its name says, monitor a server over a network or the int Dreamsys Server Monitor is a simple and reliable utility that will, as its name says, monitor a server over a network or the internet.

Here are some key features of "Dreamsys Server Monitor":

· Monitor servers over a network
or the Internet.
· Connect, Receive, or Send & Receive tests on TCP connections.
· Simple Ping tests.
· Test services on remote machines, and restart services if necessary.
· Quick and Easy to use Windows interface.
· Save/Load host lists as separate documents.
· On Server Down Events:
· Send Emails
· Send Net Messages
· Execute Commands
· Play Sounds
· Shutdown Servers
· Start Services
· On Server Up Events:
· Send Emails
· Send Net Messages
· Execute Commands
· Play Sounds

Tags:
9

HTTP::Server::Simple::Recorder 0.02


linux Programming->Libraries Free
View Detail
Download HTTP::Server::Simple::Recorder 0.02Download HTTP::Server::Simple::Recorder 0.02
0.011 MB
HTTP::Server::Simple::Recorder is Perl module for mixin to record HTTP::Server::Simples sockets.

SYNOPSIS

package MyServer;
use base qw/HTTP::Server::Simple::Recorder HTTP::Server::Simple::CGI/;

sub recorder_prefix { "path/to/logs/record" } # defaults to /tmp/http-server-simple-recorder

# logs to path/to/logs/record.34244.1.in,
# path/to/logs/record.34244.1.out,
# path/to/logs/record.34244.2.in,
# path/to/logs/record.34244.2.out, etc, if 34244 is the PID of the server

This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesnt itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder and an actual HTTP::Server::Simple subclass, and HTTP::Server::Simple::Recorder should be listed first.

Every time a client connects to your server, this module will open a pair of files and log the communication between the file and server to these files. Each connection gets a serial number starting at 1. The filename used is >, then a period, then the connection serial number, then a period, then either "in" or "out". recorder_prefix defaults to /tmp/http-server-simple-recorder, but you can override that in your subclass. For example, you might want to include the process ID.


Tags:
10

Cuevision Server Monitor 2.5.5.2


windows Network Tools->Network Monitoring Info $249.0
View Detail
Download Cuevision Server Monitor 2.5.5.2Download Cuevision Server Monitor 2.5.5.2
3363KB

Monitor servers, websites and network devices with Cuevision Server Monitor. Includes monitoring for Microsoft Exchange servers and Microsoft ISA servers. Cuevision Server Monitor includes extensive reporting, alerting and recovery actions....

Cuevision Server Monitor v2.5.5.2 release is Minor Update.


Tags:
11

Server Monitor


script PHP Free
View Detail
Download Server MonitorDownload Server Monitor
This is a simple script to monitor a list of ports from a list of domains
Tags:
12

Server Monitor 2.5


windows Utilities->System Analysis $275.00
View Detail
Download Server Monitor 2.5Download Server Monitor 2.5
907K
Server Monitor is a tool for network administrators that helps
administrators monitor network servers. The program maintains a list of servers that will be checked repeatedly. When the server goes down, the program notifies
the network administrator and writes a log file with a server monitoring report.

.

Tags:
13

Simple Server Sentry 1.3


mac Utilities->Internet Utilities $14
View Detail
Download Simple Server Sentry 1.3Download Simple Server Sentry 1.3
5.6 MB
Simple Server Sentry can periodically monitor your servers and take action when your servers dont respond.

Limitations:

· 1 server allowed.

Whats New in This Release:

· New Ping test
· Secondary SMTP server for alerts
· Ability to launch an application or script on communication failure
· Stored log of recent connections
· Improved interface.

Tags:
14

PortSensor - Server Monitor


script Java Free
View Detail
Download PortSensor - Server MonitorDownload PortSensor - Server Monitor
PortSensor is a simple but powerful server monitoring tool. Sensors can be created to monitor nearly any TCP/UDP service, including: HTTP, FTP, POP3, SMTP, DNS and most popular database platforms (MySQL, Oracle, PostgreSQL, SQL Server, etc). In addition to standard services, custom sensors can be created using SSH/SNMP to monitor other critical server metrics, for example: processor loads, mail queue loads, disk space usage, database queries per second, log activity and more.
Tags:
15

Server Uptime Monitor 3.0


windows Network Internet->Other $50.00
View Detail
Download Server Uptime Monitor 3.0Download Server Uptime Monitor 3.0
727 KB
Welcome to the nets most powerful website monitor, Server Uptime Monitor is the all-in-one solution youve been looking for to effectively monitor websites. Although packed with features, Server Uptime Monitor is very easy to use. The latest in monitoring technology has never been so affordable! Never again let a site go down without you knowing about it, so you can pause your PPC campaigns and avoid paying for wasted clicks.
Tags:
16

2Morrow Web Server Monitor 1.2


windows Network Tools->Network Monitoring Info $89
View Detail
Download 2Morrow Web Server Monitor 1.2Download 2Morrow Web Server Monitor 1.2
5.26 MB
This easy-to-use program monitors critical systems on your web servers and diagnoses problems in real time.

The visual nature of the application makes it easy to spot problem areas at a glance. You can customize your severity colors and levels, play sound files when severity levels are reached, and launch programs.

WSM graphically displays data movement, disk I/O sub-systems, paging files, cache and memory information, and processes. You can quickly see bog-downs and congestion problems.

Some of the critical areas include IIS Web service, ASP Service, system information, networking sub-system and CPU.

Tags:
17

2Morrow Visual Server Monitor 1.2


windows Utilities->Misc Utilities $59.95
View Detail
Download 2Morrow Visual Server Monitor 1.2Download 2Morrow Visual Server Monitor 1.2
4.90MB
This easy-to-use program monitors critical systems on your servers and diagnoses problems in real time.
The visual nature of the application makes it easy to spot problem areas at a glance. You can customize your severity colors and levels, play sound files when severity levels are reached, and launch programs.

VSM graphically displays data movement, disk I/O sub-systems, paging files, cache and memory information, and processes. You can quickly see bog-downs and congestion problems.

Some of the critical areas include system information, networking sub-system and CPU.
Tags:
18

Total Server Monitor 1.01


windows Network Tools->Network Monitoring Info $49.90
View Detail
Download Total Server Monitor 1.01Download Total Server Monitor 1.01
4.1 MB
Total Server Monitor will monitor your server availability. You can rely on it.Use it to automatically monitor all aspects of your server and network and be informed in case of a failure (i.e. machine not responding to HTTP, POP3, FTP). Total Server Monitor will also correct the problem (restart service/machine, send an email or execute http url, etc.). Download your copy of Total Server Monitor now for free and see that it works well indeed.
Tags:
19

Server Monitor 2.8


windows Network Tools->Miscellaneous Network Tools $275
View Detail
Download Server Monitor 2.8Download Server Monitor 2.8
1024KB
Centralise your network and server monitoring with this award winning tool. Server Monitor allows to you proactively monitor your system and get notified if problems occur. Monitor your Oracle, SQL, IIS, Exchange, Citrix, Novell or NT/2000 servers. Watch for low disk space, high CPU usage, NT/2000 event log errors or services failing etc?Check HTTP, TCP/IP, IPX/SPX, NetBIOS or UDP protocols and more Server Monitor has sophisticated alerting features which give you the ability to perform automatic actions when errors occur. Reboot servers, restart services, run batch files or external applications, get notified via email, pager or SMS text messages. All this along with extensive reporting features and first class support.
Tags:
20

Server Monitor 3.2


windows Network Tools->Miscellaneous Network Tools $299
View Detail
Download Server Monitor 3.2Download Server Monitor 3.2
7.57MB
Centralise your network and server monitoring with this award winning tool. Server Monitor allows to you proactively monitor your system and get notified if problems occur. Monitor your Oracle, SQL, IIS, Exchange, Citrix, Novell or NT/2000 servers. Watch for low disk space, high CPU usage, NT/2000 event log errors or services failing etc?Check HTTP, TCP/IP, IPX/SPX, NetBIOS or UDP protocols and more Server Monitor has sophisticated alerting features which give you the ability to perform automatic actions when errors occur. Reboot servers, restart services, run batch files or external applications, get notified via email, pager or SMS text messages. All this along with extensive reporting features and first class support.
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket