summaryrefslogtreecommitdiff
path: root/comms/conserver/DESCR
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-05-09 16:35:25 +0000
committerhubertf <hubertf@pkgsrc.org>2002-05-09 16:35:25 +0000
commitaeb0ee0ae56c288859cb028ad2519a4b54f498e7 (patch)
tree517448efc066bd0e475567f202c047a1a68e7cc6 /comms/conserver/DESCR
parentcdfbd959f7a366d9443a4975b461e621ac5560c9 (diff)
downloadpkgsrc-aeb0ee0ae56c288859cb028ad2519a4b54f498e7.tar.gz
Added conserver-7.1.3: allows multiple users to watch serial consoles
Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever. Submitted by Eric Schnoebelen <eric@cirr.com> in PR 15238, DEINSTALL script submitted by dawszy@arhea.net in private mail.
Diffstat (limited to 'comms/conserver/DESCR')
-rw-r--r--comms/conserver/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/conserver/DESCR b/comms/conserver/DESCR
new file mode 100644
index 00000000000..ebd02d116a3
--- /dev/null
+++ b/comms/conserver/DESCR
@@ -0,0 +1,16 @@
+Conserver is an application that allows multiple users to watch a
+serial console at the same time. It can log the data, allows users
+to take write-access of a console (one at a time), and has a variety
+of bells and whistles to accentuate that basic functionality.
+
+The idea is that conserver will log all your serial traffic so you
+can go back and review why something crashed, look at changes (if
+done on the console), or tie the console logs into a monitoring
+system (just watch the logfiles it creates).
+
+With multi-user capabilities you can work on equipment with others,
+mentor, train, etc.
+
+It also does all that client-server stuff so that, assuming you
+have a network connection, you can interact with any of the equipment
+from home or wherever.