We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3d7ed + 4a81b49 commit 8d2b966Copy full SHA for 8d2b966
.gitignore
@@ -1 +1,2 @@
1
-settings.conf
+settings.conf
2
+/.idea
settings.conf.example
@@ -17,9 +17,12 @@ mobile_model_category_id = 3
17
#mobile_custom_fieldset_id = 4
18
#asset_tag = general serial_number # If not specified, defaults to jamf-{id} or jamf-m-{id}
19
20
+# EDIT THESE FIELDS SO THEY CORRESPOND WITH THE CUSTOM FIELD DB COLUMN NAMES IN YOUR SNIPE-IT INSTANCE
21
[computers-api-mapping]
22
name = general name
23
_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
26
27
28
[mobile_devices-api-mapping]
0 commit comments