-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmappings.ini
More file actions
56 lines (53 loc) · 1.24 KB
/
mappings.ini
File metadata and controls
56 lines (53 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
; Mappings for field names to database column names
; and table names.
;
; DO NOT EDIT THIS FILE!
;
; Instead put any customizations into config.ini as this file will get overwritten on updates.
;
; Example: if in your database Notes table is called 'My_Notes',
; add to config.ini (sans the semicolon):
; [notes]
; _table = My_Notes
[notes]
; Field mapping for the Notes table
_table = Notes
device = Device
note = Note
[devices]
; Device mapping for inventory metrics to column names
_table = Devices
_silent = discover_log, account, status
status = Status
account = Account
hostname = Hostname
type = Type
manufacturer = Manufacturer
model = Model
serial = Serial
hardware_version = Hardware_Version
board_manufacturer = Board_Manufacturer
board_model = Board_Model
board_serial = Board_Serial
cpu_model = CPU_Model
cpu_threads = CPU_Threads
mem_type = Mem_Type
mem_speed = Mem_Speed
mem_size = Mem_Size
mem_model = Mem_Model
os_name = OS_Name
os_version = OS_Version
ip_primary = IP_Primary
ip_secondary = IP_Secondary
mac_primary = MAC_Primary
mac_secondary = MAC_Secondary
discover_log = Discover_Log
floor = Floor
room = Room
uplink_device = Uplink_Device
uplink_port = Uplink_Port
[wanips]
_table = WANIPs
ip = IP_Address
account = Account
device = Device