Skip to content

Commit

Permalink
fix: missing values for all data providers do not fail, empty string …
Browse files Browse the repository at this point in the history
…is set as default
  • Loading branch information
MiguelazoDS committed Sep 1, 2023
1 parent 393bf21 commit 72834b6
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"item_id":"e2c92964ad145a635139f6318057506e386e00a3","local_ip":"0.0.0.0","local_port":34340,"pid":0,
"process":"NULL","protocol":"tcp","remote_ip":"0.0.0.0","remote_port":0,"rx_queue":1,
"scan_time":"2021/10/13 14:50:03","state":"listening","tx_queue":1}
output: err
output: 'ok '
stage: modify port without enough fields (PKs).
-
input: >-
Expand Down Expand Up @@ -130,7 +130,7 @@
"priority":20,"processor":3,"resident":129,"rgroup":"root","ruser":"root","scan_time":"2021/10/13 14:57:07",
"session":116167,"sgroup":"root","share":114,"size":2019,"start_time":5799612,"state":"S","stime":0,
"suser":"root","tgid":156102,"tty":0,"utime":0,"vm_size":8076,"cmd":"","egroup":"root"}
output: err
output: 'ok '
stage: insert process without enough fields.
-
input: >-
Expand Down Expand Up @@ -175,7 +175,7 @@
"priority":20,"processor":7,"resident":129,"rgroup":"root","scan_time":"2021/10/13 14:57:07",
"session":116167,"sgroup":"root","share":114,"size":2019,"start_time":5799612,"state":"S","stime":0,
"suser":"root","tgid":156102,"tty":0,"utime":0,"vm_size":10000,"cmd":"","egroup":"root","ruser":"root"}
output: err
output: 'ok '
stage: modify process without enough fields.
-
input: >-
Expand Down Expand Up @@ -332,7 +332,7 @@
agent 001 dbsync osinfo INSERTED {"checksum":"1634140017886803554","architecture":"x86_64","hostname":"UBUNTU",
"os_build":"7601","os_major":"6","os_minor":"1","os_release":"sp1","os_version":"6.1.7601",
"os_display_version":"test"}
output: err
output: 'ok '
stage: insert osinfo without enough fields.
-
input: >-
Expand All @@ -353,7 +353,7 @@
agent 001 dbsync osinfo MODIFIED {"checksum":"1634140017886803554","architecture":"x86_64","hostname":"UBUNTU",
"os_build":"7601","os_major":"6","os_minor":"1","os_release":"sp1","os_version":"6.1.7601",
"os_display_version":"test"}
output: err
output: 'ok '
stage: modify osinfo without enough fields.
-
input: >-
Expand Down Expand Up @@ -401,7 +401,7 @@
agent 001 dbsync hwinfo INSERTED {"scan_time":"2021/10/13 14:41:43",
"checksum":"af7b22eef8f5e06c04af4db49c9f8d1d28963918","cpu_MHz":2904,"cpu_cores":2,
"cpu_name":"Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz","ram_free":2257872,"ram_total":4972208,"ram_usage":54}
output: err
output: 'ok '
stage: insert hwinfo without enough fields.
-
input: >-
Expand All @@ -422,7 +422,7 @@
agent 001 dbsync hwinfo MODIFIED {"scan_time":"2021/10/13 14:41:43",
"checksum":"af7b22eef8f5e06c04af4db49c9f8d1d28963918","cpu_MHz":29040,"cpu_cores":2,
"cpu_name":"Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz","ram_free":225,"ram_total":4972208,"ram_usage":54}
output: err
output: 'ok '
stage: modify hwinfo without enough fields.
-
input: >-
Expand Down Expand Up @@ -468,7 +468,7 @@
input: >-
agent 001 dbsync hotfixes INSERTED {"checksum":"ded25e55c93121675adcb8d429dc586cbb351e3a",
"scan_time":"2021/10/14 02:24:18"}
output: err
output: 'ok '
stage: insert hotfix without enough fields.
-
input: >-
Expand All @@ -492,7 +492,7 @@
input: >-
agent 001 dbsync hotfixes MODIFIED {"checksum":"ded25e55c93121675adcb8d429dc586cbb351e3a",
"scan_time":"2021/10/14 02:24:40"}
output: err
output: 'ok '
stage: modify hotfix without enough fields.
-
input: >-
Expand Down

0 comments on commit 72834b6

Please sign in to comment.