Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / checkman / windows_updates
blob6f8c61aa814d854d4ad759e7dadbbe88fbab1cd0
1 title: Number of pending windows updates and needed reboot state
2 agents: windows
3 catalog: os/misc
4 license: GPL
5 distribution: check_mk
6 description:
7  The check uses WMI to fetch the number of pending important and optional updates
8  on a windows system. It also checks if a reboot is needed after installing updates.
10  By default the check only fetches the information and never raises WARNING/CRITICAL
11  states. But this can be configured.
13  The windows agent needs to be extended with the {windows_updates.vbs} provided
14  in {agents/windows/plugins}.
16 inventory:
17  One service named {System Updates} is being created for each host.