From 4a81b498fa45f16d32471e42e9cc26c3f0f91d46 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 8 Dec 2022 16:28:09 -0800 Subject: [PATCH] Added suggested columns from #79 Signed-off-by: snipe --- .gitignore | 3 ++- settings.conf.example | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a9d73c8..3218815 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -settings.conf \ No newline at end of file +settings.conf +/.idea diff --git a/settings.conf.example b/settings.conf.example index ddb4f2c..a089a01 100644 --- a/settings.conf.example +++ b/settings.conf.example @@ -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]