Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / checkman / timemachine
blob90233eb9515e8c987436d0b1f81bae4a68f5e21d
1 title: Age of latest backup by timemachine
2 agents: macosx
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks the age of latest backup by timemachine.
8  Therefor on the agent the command {tmutil latestbackup} is executed.
10  Returns {WARN} or {CRIT} if the latest backup is older than given ages.
11  Returns {CRIT} if the tmutil command returns an error.
13 inventory:
14  Finds exactly one service on every MAC OS machine having tmutil installed.