Last active
August 17, 2022 16:02
-
-
Save sas-starbuck/32d6f55501c4ddbd02019cd6e07b1246 to your computer and use it in GitHub Desktop.
nudge-python config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"preferences": { | |
"button_title_text": "Ready to start the update?", | |
"button_sub_titletext": "Click on the button below.", | |
"cut_off_date": "2022-10-31-00:00", | |
"cut_off_date_warning": 14, | |
"days_between_notifications": 1, | |
"logo_path": "/Users/Shared/SA-Seal-Color.png", | |
"main_subtitle_text": "A friendly reminder from your local IT team", | |
"main_title_text": "macOS Update", | |
"minimum_os_version": "12.6", | |
"more_info_url": "https://tinyurl.com/sas-nudge", | |
"no_timer": false, | |
"paragraph1_text": "A fully up-to-date device is required to ensure that IT can your accurately protect your computer.", | |
"paragraph2_text": "Please reach out to IT ([email protected]) if you have any questions.", | |
"paragraph3_text": "To begin the update, click \"Update Device\", then update to the latest version beginning with 12.", | |
"paragraph_title_text": "Your device requires a security update", | |
"path_to_app": "/Applications/Install macOS Monterey.app", | |
"random_delay": false, | |
"screenshot_path": "/path/to/update_ss.png", | |
"timer_day_1": 600, | |
"timer_day_3": 7200, | |
"timer_elapsed": 10, | |
"timer_final": 60, | |
"timer_initial": 14400, | |
"update_minor": true, | |
"update_minor_days": 14 | |
}, | |
"software_updates": [{ | |
"name": "091-22861", | |
"force_install_date": "2022-11-31-00:00" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment