add getsestuff related stuff

This commit is contained in:
2025-04-29 11:16:42 +02:00
parent d9877c1712
commit ec52f6f858
4 changed files with 62 additions and 4 deletions

View File

@ -0,0 +1,7 @@
[hrpt2]
SEA_SEA_PORT = 8642
SEA_GRAPH_PORT = 8742
sea_command = ./SeaServer %(serv)s_%(ins)s.tcl
sea = 2

29
cfg/servicemanager.cfg Normal file
View File

@ -0,0 +1,29 @@
[DEFAULT]
VENV = /home/nicos/nicos/nicosenv/bin/
FRAPPY_MAIN_PORT = 151nr
FRAPPY_STICK_PORT = 152nr
FRAPPY_ADDONS_PORT = 153nr
FRAPPY_ROOT = ~/frappy
#FRAPPY_HISTORY = ~/frappy/history/
FRAPPY_CONFDIR = ~/frappy/cfg/<SERV>:~/frappy/cfg/develop
FRAPPY_LOGDIR = ~/frappylog
FRAPPY_PIDDIR = ~/frappylog/pid
FRAPPY_SEA_DIR = ~/frappy/cfg/sea
FRAPPY_CALIB_PATH = ~/calcurves
frappy_command = bin/frappy-server %(ins)s_%(serv)s -p=%(port)s -c=%(cfg)s
SEA_SEA_PORT = 8641
SEA_GRAPH_PORT = 8741
SEA_ROOT = ~/sea
sea_command = ./SeaServer %(serv)s.tcl
SEWEB_ROOT = ~/seweb
SEWEB_PORT = 8941
SEWEB_HISTORY = ~/seweb/history
seweb_command = python3 seweb.py frappy ins=%(ins)s port=%(port)s
PYTHONPATH = ~
[MAIN]
frappy = 1
sea = 1

View File

@ -0,0 +1,7 @@
[zebra2]
SEA_SEA_PORT = 8642
SEA_GRAPH_PORT = 8742
sea_command = ./SeaServer %(serv)s_%(ins)s.tcl
sea = 2