forked from grokability/jamf2snipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.conf.example
More file actions
38 lines (34 loc) · 1.04 KB
/
settings.conf.example
File metadata and controls
38 lines (34 loc) · 1.04 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
[jamf]
# This entire section is Required
url = ${JAMF_URL}
client_id = ${JAMF_CLIENT_ID}
client_secret = ${JAMF_CLIENT_SECRET}
[snipe-it]
#Required
url = ${SNIPEIT_URL}
apikey = ${SNIPEIT_API_KEY}
manufacturer_id = 1
defaultStatus = 2
computer_model_category_id = 2
mobile_model_category_id = 5
#Not Required, uncomment to use
computer_custom_fieldset_id = 1
mobile_custom_fieldset_id = 2
#asset_tag = general serial_number
# EDIT THESE FIELDS SO THEY CORRESPOND WITH THE CUSTOM FIELD DB COLUMN NAMES IN YOUR SNIPE-IT INSTANCE
[computers-api-mapping]
name = general name
_snipeit_mac_address_1 = general mac_address
_snipeit_ram_2 = hardware total_ram_mb
_snipeit_hdd_3 = hardware storage drive_capacity_mb
[mobile_devices-api-mapping]
_snipeit_imei_4 = network imei
_snipeit_mac_address_1 = general wifi_mac_address
name = general name
<<<<<<< Updated upstream
[user-mapping] # The field from jamf that you want to search Snipe with
jamf_api_field = location username
=======
[user-mapping]
jamf_api_field = location username building
>>>>>>> Stashed changes