Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / config
blob9cf6bad541be35fcbbc09845848a7d8d5419ff83
1 editions = [
2     ( "cre",          "Raw Edition" ),
3     ( "cee",          "Enterprise Edition" ),
4     ( "cme",          "Managed Service Edition" ),
7 components = [
8    ( "core",          "Core & setup" ),
9    ( "checks",        "Checks & agents" ),
10    ( "multisite",     "Multisite" ),
11    ( "wato",          "WATO" ),
12    ( "notifications", "Notifications" ),
13    ( "bi",            "BI" ),
14    ( "reporting",     "Reporting & Availability" ),
15    ( "ec",            "Event Console" ),
16    ( "livestatus",    "Livestatus" ),
17    ( "liveproxy",     "Livestatus Proxy" ),
18    ( "inv",           "HW/SW Inventory" ),
20    ( "omd",           "Site Management" ),
21    ( "rpm",           "RPM Packaging" ),
22    ( "deb",           "DEB Packaging" ),
23    ( "nagvis",        "NagVis" ),
24    ( "packages",      "Other Components" ),
25    ( "distros",       "Linux Distributions" ),
28 edition_components = {
29     "cee": [
30         ( "cmc",           "The Check_MK Micro Core" ),
31         ( "setup",         "Setup, site management" ),
32         ( "config",        "Configuration generation" ),
33         ( "inline-snmp",   "Inline SNMP" ),
34         ( "agents",        "Agent bakery" ),
35         ( "metrics",       "Metrics system" ),
36         ( "alerts",        "Alert handlers" ),
37     ],
40 classes = [
41   ( "feature",      "New feature",          "" ),
42   ( "fix",          "Bug fix",              "FIX" ),
43   ( "security",     "Security fix",         "SEC" ),
46 levels = [
47   ( '1',              "Trivial change" ),
48   ( '2',              "Prominent change" ),
49   ( '3',              "Major change" ),
52 compatible = [
53     ("compat", "Compatible"),
54     ("incomp", "Incompatible"),
57 online_url = "http://mathias-kettner.de/check_mk_werks.php?werk_id=%d"