#macos #update #check #monitoring #system #plugin #nagios

bin+lib check-macos-updates

用于检查 macOS 系统更新是否可用的监控插件

10 个版本

0.3.4 2024 年 7 月 13 日
0.3.3 2024 年 7 月 12 日
0.3.2 2024 年 3 月 6 日
0.2.1 2023 年 7 月 16 日
0.1.1 2023 年 5 月 5 日

35macOS 和 iOS API 中排名

Download history 14/week @ 2024-07-01 209/week @ 2024-07-08 16/week @ 2024-07-15 34/week @ 2024-07-29

271 每月下载量

ISC 许可证

13KB
214

check_macos_updates

$ check_macos_updates -h
A monitoring plugin that checks for available MacOS updates.

Thresholds are defined using monitoring plugin range syntax. Examples:
+------------------+-------------------------------------------------+
| Range definition | Generate an alert if x...                       |
+------------------+-------------------------------------------------+
| 10               | < 0 or > 10, (outside the range of {0 .. 10})   |
+------------------+-------------------------------------------------+
| 10:              | < 10, (outside {10 .. ∞})                       |
+------------------+-------------------------------------------------+
| ~:10             | > 10, (outside the range of {-∞ .. 10})         |
+------------------+-------------------------------------------------+
| 10:20            | < 10 or > 20, (outside the range of {10 .. 20}) |
+------------------+-------------------------------------------------+
| @10:20           |  10 and ≤ 20, (inside the range of {10 .. 20}) |
+------------------+-------------------------------------------------+


Usage: check_macos_updates [OPTIONS]

Options:
  -f, --force-manual         Force manual check with `softwareupdate -l` (slow)
  -w, --warning <WARNING>    Warning limit for number of updates available [default: 0]
  -c, --critical <CRITICAL>  Critical limit for number of updates available
  -h, --help                 Print help
  -V, --version              Print version

与 NRPE 或类似工具一起使用,最好与 Opsview 一起使用。

依赖项

~7.5MB
~140K SLoC