Merge branch 'main' of https://git.jonb.io/jblu/Inex
This commit is contained in:
commit
c7b4e8ef85
@ -12,6 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12.4'
|
python-version: '3.12.4'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
|
- run: lsb_release -a
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install unixodbc -y
|
- run: apt-get install unixodbc -y
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
[database]
|
|
||||||
driver = "ODBC Driver 18 for SQL Server"
|
|
||||||
server = "192.168.x.x"
|
|
||||||
database = "EFTDB"
|
|
||||||
user = "a"
|
|
||||||
password = "a"
|
|
||||||
query = """SELECT TOP (1) [ProtocolCommandID]
|
|
||||||
,[Time_stamp]
|
|
||||||
,[RemoteIP]
|
|
||||||
,[RemotePort]
|
|
||||||
,[LocalIP]
|
|
||||||
,[LocalPort]
|
|
||||||
,[Protocol]
|
|
||||||
,[SiteName]
|
|
||||||
,[Command]
|
|
||||||
,[CommandParameters]
|
|
||||||
,[FileName]
|
|
||||||
,[VirtualFolderName]
|
|
||||||
,[PhysicalFolderName]
|
|
||||||
,[IsInternal]
|
|
||||||
,[FileSize]
|
|
||||||
,[TransferTime]
|
|
||||||
,[BytesTransferred]
|
|
||||||
,[ResultID]
|
|
||||||
,[TransactionID]
|
|
||||||
,[Description]
|
|
||||||
,[Actor]
|
|
||||||
FROM [EFTDB].[dbo].[tbl_ProtocolCommands]"""
|
|
||||||
[output]
|
|
||||||
filename ="./data.json"
|
|
||||||
|
|
||||||
[logging]
|
|
||||||
use_log = true
|
|
||||||
logLevel = "debug"
|
|
||||||
logPath = "./inex.log"
|
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user