Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / omd_status
bloba51a9fbf53ce075a224f12386587be8c6394ba16
1 title: Status of OMD sites
2 agents: linux
3 catalog: app/omd
4 license: GPL
5 distribution: check_mk
6 description:
7  This check checks the status of OMD sites found on the system.
8  It uses the output of {omd status --bare --auto}. The site is considered
9  to be {OK} if all services of the site are running and {CRIT}
10  otherwise. If the site is only partially running then the check output
11  shows the names of the stopped services.
13  The check also works in a cluster environment, listing all node where the
14  sites are running on and their states. The total state of the service is
15  then only critical when one of the sites on a node is partially running,
16  or when all sites on the nodes are stopped.
18 item:
19  The name of the site (string).
21 inventory:
22  One check per site will be created for each site where {AUTOSTART} is
23  set to {on}, regardless of the current state of the site.