Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added suggested columns from #79 #105

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
settings.conf
settings.conf
/.idea
3 changes: 3 additions & 0 deletions settings.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ mobile_model_category_id = 3
#mobile_custom_fieldset_id = 4
#asset_tag = general serial_number # If not specified, defaults to jamf-{id} or jamf-m-{id}

# 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 / 1024
_snipeit_hdd_3 = hardware storage drive_capacity_mb / 1024


[mobile_devices-api-mapping]
Expand Down