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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
Source: dmachinemon
Section: admin
Priority: optional
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper (>> 2.0.0), libgtk1.2-dev, libtool, doc++, d-shlibs (>= 0.15), c2man, libdshconfig1-dev, libdlisp0-dev
Standards-Version: 3.6.1
Package: dmachinemon
Architecture: any
Depends: ${shlibs:Depends}
Recommends: dsh (>> 0.0.17), dmachinemon-servent, dmachinemon-master
Suggests: dmachinemon-gtkiface
Description: Network-wide monitoring suite for monitoring machine status
For monitoring a bunch of network-connected computers,
dmachinemon is an ideal software. It can be used to show
load average, available memory, and top processes
running on each machine.
.
Includes convenience scripts, and other tools.
.
dmachinemon-html needs to be available on html-generating system
Package: rnas-gtk
Architecture: any
Depends: ${shlibs:Depends}
Suggests: dmachinemon
Description: Network-wide monitoring suite for monitoring machine status
DNAS/RNAS is a software for monitoring a bunch of network-connected computers,
It can be used to show load average, available memory, and top processes
running on each machine, and other mischellaneous information using the
DNAS API.
.
this package contains RNAS applications, the user-interface.
Package: libdnas-core-0.32.5-0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: DNAS core networking library -- runtime libraries
Core library services for Distributed Network Application Services,
providing hierarchical automated network tree structure.
.
this package contains libdnas-core
runtime library for using DNAS.
Package: libdnas-core-0.32.5-0-dev
Architecture: any
Depends: libdnas-core-0.32.5-0 (= ${Source-Version}), ${devlibs:Depends}
Provides: libdnas-core-dev
Conflicts: libdnas-core-dev
Section: devel
Description: DNAS core networking library -- development files.
Core library services for Distributed Network Application Services,
providing hierarchical automated network tree structure.
.
this package contains libdnas-core development files.
Package: libdnas-application-0.32.5-0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: DNAS application libs -- runtime libraries
Library for interfacing DNAS applications to
DNAS agents, and DNAS core library.
Allows communication through DNAS communication network.
.
this package contains libdnas-application
runtime library for using DNAS.
Package: libdnas-application-0.32.5-0-dev
Architecture: any
Depends: libdnas-application-0.32.5-0 (= ${Source-Version}), ${devlibs:Depends}
Provides: libdnas-application-dev
Conflicts: libdnas-application-dev
Section: devel
Description: DNAS application libs -- development files.
Library for interfacing DNAS applications to
DNAS agents, and DNAS core library.
Allows communication through DNAS communication network.
.
this package contains libdnas-application development files.
Package: libdmsocket-0.32.5-0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: socket utility library -- runtime libraries
Library for building TCP/IP servers and clients,
used by DNAS (Distributed Network Application System)
for providing basic communication layer
.
this package contains libdnas-application
runtime library for using DNAS.
Package: libdmsocket-0.32.5-0-dev
Architecture: any
Depends: libdmsocket-0.32.5-0 (= ${Source-Version}), ${devlibs:Depends}
Provides: libdmsocket-dev
Conflicts: libdmsocket-dev
Section: devel
Description: socket utility library -- development files.
Library for building TCP/IP servers and clients,
used by DNAS (Distributed Network Application System)
for providing basic communication layer
.
this package contains libdnas-application development files.
Package: dmachinemon-master
Architecture: any
Depends: ${shlibs:Depends}
Suggests: dmachinemon
Description: Network-wide machine monitoring suite -- master
For monitoring a bunch of network-connected computers,
dmachinemon is an ideal software. It can be used to show
load average, available memory, and top processes
running on each machine.
.
This package includes dmachinemon-master, which needs to be
installed on the master system.
Package: dmachinemon-servent
Architecture: any
Depends: ${shlibs:Depends}
Suggests: dmachinemon
Description: Network-wide monitoring suite -- servent
For monitoring a bunch of network-connected computers,
dmachinemon is an ideal software. It can be used to show
load average, available memory, and top processes
running on each machine.
.
This package includes dmachinemon-servent, for servent
systems, which often are cluster nodes.
.
A servent system is a node which does the role of a
server and a client, providing and requesting information
at the same time.
Package: dmachinemon-treeview
Architecture: any
Depends: ${shlibs:Depends}, vcg
Description: Network-wide machine monitoring suite - topology viewer
For monitoring a bunch of network-connected computers,
dmachinemon is an ideal software. It can be used to show
load average, available memory, and top processes
running on each machine.
.
Includes network topology debugging (tree structure viewing) suite.
|