1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: spong
Section: net
Priority: optional
Maintainer: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper (>= 4.1.16), dpatch
Standards-Version: 3.7.2
Package: spong-common
Architecture: all
Depends: ${perl:Depends}, debconf (>= 0.5) | debconf-2.0, adduser
Replaces: spong-server (<< 2.7.6a-9)
Description: A systems and network monitoring system -- common libraries
This package includes the spong perl libraries, which all spong
applications depend on.
.
Spong is a simple systems and network monitoring package. It does not
compete with Tivoli, OpenView, UniCenter, or any other commercial
packages. It is not SNMP based, it communicates via simple TCP based
messages. It is written in perl and easily modifiable.
.
Its features include:
.
* client based monitoring (CPU, disk, processes, logs, etc.)
* monitoring of network services (smtp, http, ping, pop, dns, etc.)
* grouping of hosts (routers, servers, workstations, PCs)
* rules based messaging when problems occur
* configurable on a host by host basis
* results displayed via text or web based interface
* history of problems
* verbose information to help diagnosis problems
* modular programs to makes it easy to add or replace check functions
or features
* Big Brother BBSERVER emulation to allow Big Brother Clients to be used
Package: spong-client
Architecture: all
Depends: ${perl:Depends}, debconf (>= 0.5) | debconf-2.0, spong-common (>= 2.7.1-5), adduser
Suggests: libnet-dns-perl, libnet-telnet-perl
Description: A systems and network monitoring system -- client programs
This package includes the spong applications for monitoring systems and
network services, and text based programs for requesting information or
acknowledging problems from the spong server. The libnet-dns-perl and
libnet-telnet-perl packages are required for some network checks.
.
Spong is a simple systems and network monitoring package. It does not
compete with Tivoli, OpenView, UniCenter, or any other commercial
packages. It is not SNMP based, it communicates via simple TCP based
messages. It is written in perl and easily modifiable.
.
Its features include:
.
* client based monitoring (CPU, disk, processes, logs, etc.)
* monitoring of network services (smtp, http, ping, pop, dns, etc.)
* grouping of hosts (routers, servers, workstations, PCs)
* rules based messaging when problems occur
* configurable on a host by host basis
* results displayed via text or web based interface
* history of problems
* verbose information to help diagnosis problems
* modular programs to makes it easy to add or replace check functions
or features
* Big Brother BBSERVER emulation to allow Big Brother Clients to be used
Package: spong-www
Architecture: all
Depends: ${perl:Depends}, debconf (>= 0.5) | debconf-2.0, spong-common (>= 2.7.1-5), adduser
Recommends: apache|httpd, rrdtool
Description: A systems and network monitoring system -- web interface
This package includes the programs for displaying the current status and
history of the systems and network services, as well as charts of based on
logged information when used together with rrdtool, on the World Wide Web.
.
Spong is a simple systems and network monitoring package. It does not
compete with Tivoli, OpenView, UniCenter, or any other commercial
packages. It is not SNMP based, it communicates via simple TCP based
messages. It is written in perl and easily modifiable.
.
Its features include:
.
* client based monitoring (CPU, disk, processes, logs, etc.)
* monitoring of network services (smtp, http, ping, pop, dns, etc.)
* grouping of hosts (routers, servers, workstations, PCs)
* rules based messaging when problems occur
* configurable on a host by host basis
* results displayed via text or web based interface
* history of problems
* verbose information to help diagnosis problems
* modular programs to makes it easy to add or replace check functions
or features
* Big Brother BBSERVER emulation to allow Big Brother Clients to be used
Package: spong-server
Architecture: all
Depends: ${perl:Depends}, debconf (>= 0.5) | debconf-2.0, spong-common (>= 2.7.1-5), adduser
Description: A systems and network monitoring system -- server programs
This package includes the spong daemon, which collects and stores
information from the spong client programs, and the program for sending
out messages when problems occur.
.
Spong is a simple systems and network monitoring package. It does not
compete with Tivoli, OpenView, UniCenter, or any other commercial
packages. It is not SNMP based, it communicates via simple TCP based
messages. It is written in perl and easily modifiable.
.
Its features include:
.
* client based monitoring (CPU, disk, processes, logs, etc.)
* monitoring of network services (smtp, http, ping, pop, dns, etc.)
* grouping of hosts (routers, servers, workstations, PCs)
* rules based messaging when problems occur
* configurable on a host by host basis
* results displayed via text or web based interface
* history of problems
* verbose information to help diagnosis problems
* modular programs to makes it easy to add or replace check functions
or features
* Big Brother BBSERVER emulation to allow Big Brother Clients to be used
|