######################################
#   s   y   n   d   r   o   m   e    #
######################################

ABOUT SYNDROME:
syndrome is a cross-platform, fully-configurable system administration utility.
aids in automizing normal system administration procedures
features password authentication, and a secure interface

INSTALLATION:
For linux, type "make linux"
For *BSD, type "make bsd"
./syndrome

CONFIGURATION:
Syndrome defaults to listen on port 5454, to change this, edit the code.
Syndrome defaults to read the configuration file, /etc/syndrome.conf, to change
this, edit the code.

configuration files are in the following format:

one character key:name of item:description:command to execute:users allowed to
execute command, separated by spaces


here's a sample configuration file

d:diskfree:Free Disk Space:df:spender
n:netstat:Network Connections:netstat:spender
l:linkstat:Link Status:ifconfig -a:spender
c:logcheck:Check last messages:tail /var/log/messages:spender

USING:
after logging in, either type the key for an item, or the item's name to 
execute it's corresponding command.
"refresh" refreshes the screen and "quit" quits the application

