#
# Xcis - X client for Cluster Information Service
#                                                  	
# Configuration file
#

# Delay between checking of system state in seconds. (float)
Interval         1

# Speed units (Title for CPU plot).
SpeedUnits       MFLOPs

# Time scale - number of intervals displayed in history.
TimeScale        100

# Net scale.
NetScale         1500

# User specification. Entries above first cis server are applied to all
# cis_servers. Entries between cis server specification and first host are
# applied to all hosts for that cis server and entries between two host
# specifications are aplied to particular host.
#
# Syntax: User <login> <uid> <"full name">
User  root 0   "Supervisor"

# Host specification. Simmillarily to user entries, any hosts above first
# cis server are not connected to any server. It is usefull when we don't
# want on-line info but just to parse record file.
#
# Syntax: Host <name> <performance> <on/off> <color> [uid]
# uid -1 means all (i.e. including uids<500)
Host dummy	14.2 off red -1

# List of hosts.
CisServer node0.cluster
	User astalos 1001 "Jan Astalos"
        Host node0.cluster	14.2 on darkgreen -1

# A directory where all printing will go.
PrintPath      /tmp/

# A directory with records.
RecPath        /tmp/

