Skip to content

Commit 8d2b966

Browse files
Merge pull request #105 from grokability/fixes/added_example_column_math_in_settings_example
Added suggested columns from #79
2 parents 3c3d7ed + 4a81b49 commit 8d2b966

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
settings.conf
1+
settings.conf
2+
/.idea

settings.conf.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ mobile_model_category_id = 3
1717
#mobile_custom_fieldset_id = 4
1818
#asset_tag = general serial_number # If not specified, defaults to jamf-{id} or jamf-m-{id}
1919

20+
# EDIT THESE FIELDS SO THEY CORRESPOND WITH THE CUSTOM FIELD DB COLUMN NAMES IN YOUR SNIPE-IT INSTANCE
2021
[computers-api-mapping]
2122
name = general name
2223
_snipeit_mac_address_1 = general mac_address
24+
_snipeit_ram_2 = hardware total_ram_mb / 1024
25+
_snipeit_hdd_3 = hardware storage drive_capacity_mb / 1024
2326

2427

2528
[mobile_devices-api-mapping]

0 commit comments

Comments
 (0)