tuxudo/nudge

nudge模块,用于munkireport。

v2.2 2024-09-17 15:22 UTC

This package is auto-updated.

Last update: 2024-09-17 15:22:46 UTC


README

在nudge上收集日志。需要nudge和默认的nudge日志启动守护进程https://github.com/macadmins/nudge

表架构

  • past_required_install_date - BOOL - 如果Mac已超过所需的安装日期
  • current_os - VARCHAR(255) - 当前macOS版本
  • required_os - VARCHAR(255) - 所需的macOS版本
  • more_info_event - BIGINT - 最后一次点击moreInfo按钮的时间戳
  • device_info_event - BIGINT - 最后一次点击deviceInfo按钮的时间戳
  • primary_quit_event - BIGINT - 最后一次点击primaryQuitButton按钮的时间戳
  • secondary_quit_event - BIGINT - 最后一次点击secondaryQuitButton按钮的时间戳
  • update_device_event - BIGINT - 最后一次点击updateDevice按钮的时间戳
  • deferral_initiated_event - BIGINT - 用户发起延迟的时间戳
  • deferral_date - BIGINT - 延迟到期的时间戳
  • synthetic_click_event - BIGINT - 最后一次点击synthetic updateDevice按钮的时间戳
  • command_quit_event - BIGINT - 最后一次尝试关闭Nudge的时间戳
  • termination_event - BIGINT - 上次Nudge终止的时间戳
  • activation_event - BIGINT - 上次Nudge激活的时间戳
  • new_nudge_event - BIGINT - 上次Nudge解析其配置的时间戳
  • nudge_log - TEXT - Nudge.log的最后400行
  • deferral_count - INT - 剩余延迟计数
  • deferral_user - VARCHAR(255) - 延迟计数的用户名
  • json_config - TEXT - Nudge配置的JSON转储(需要Nudge 1.1.7+)
  • profile_config - TEXT - Nudge配置的PLIST转储(需要Nudge 1.1.7+)