A
Andriy Mishin
Guest
Thank you, Torben! This is also useful information, I will consider it too. But for while, I will try to understand how the OEM REST API works, because to access throught ODBC/JDBC on the monitoring server with Zabbix and Grafana needs to install these drivers for OpenEdge and this is undesirable. [quote user="Torben"] To my understanding the fathom database in /db is a 'normal' openedge database, and you can connect to this from 4GL or ODBC/JDBC. And this database is where trending is saved. ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 CURRENT-WINDOW : WIDTH = 140. FOR EACH Cf_Sample NO-LOCK WHERE Cf_Sample.Sample_Type = "23" :U, FIRST Sys_Cpu NO-LOCK WHERE Sys_Cpu.Sample_ID = Cf_Sample.Sample_ID: DISPLAY Cf_Sample.Resrc_ID Cf_Sample.Sample_Date Cf_Sample.Sample_Time Sys_CPU.CPU_Wait Sys_CPU.CPU_Usr Sys_CPU.CPU_System Sys_CPU.CPU_Idle WITH WIDTH 140 . END . /Torben [/quote]
Continue reading...
Continue reading...