Appearance
Überwachung von Zeitreihen auf ihr Alter
agets2alm - Überwachung von Zeitreihen auf ihr Alter
powershell
python prozessing.pyz agets2alm.ini
INI-Datei
ini
;general config:
[AGETS2ALM]
SPOOL = E:/agets2alm/spool
STATUS = E:/agets2alm/status
GRP_PURPOSE = Alarmierung
GRP_SUBSTRING = Alarmierung_Alter
TS_TEMPLATE = {sta_no_s}/{par_name_s}/{ts_name_s} ({overdue} zu alt)
TS_TEMPLATE = {sta_name_s}/{par_name_s}/{ts_name_s} (Letztwert {ts_maxtstamp})
;WISKI database connection (Oracle)
[DB_WISKI]
DB_HOST = oracle.example.com
DB_USER = xxx
DB_PASSWORD = xxx
DB_SERVICE_NAME = XE
; optional
DB_PORT = 1521
DB_CLIENT = D:/TBBM/instantclient_21_10
DB_SCHEMA = WISKI
;WISKI database connection (SQL Server)
[DB_WISKI]
DB_HOST = sql.example.com
DB_USER = xxx
DB_PASSWORD = xxx
DB_NAME = WISKI7
; optional
DB_PORT = 1433