Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / apt
blob4d32d1e231951fb4ec41de7a7e404a055d8635e0
1 title: Check for normal and security updates via APT
2 agents: linux
3 catalog: os/misc
4 license: GPL
5 distribution: check_mk
6 description:
7  This check checks for available normal and security updates by trying
8  {apt-get update} or {apt-get dist-upgrade} without actually installing
9  packets. It works on Debian and Ubuntu. You need to deploy the plugin
10  {mk_apt} in order for the check to work. It is recommended to install
11  this plugin with asynchronous execution and at an interval with at
12  least one hour.
14  The check gets critical if there are security updates available.
15  It gets warning, if there are other updates available. These two
16  states can be overriden via a WATO rule.
18 inventory:
19  One service will be created for each system where the {mk_apt}
20  plugin is being installed and the command {apt-get} is present.