Changes between Version 25 and Version 26 of AppPlanSpec
- Timestamp:
- Oct 27, 2014, 10:33:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v25 v26 32 32 Use this to favor one class over another. 33 33 For example, if you have both SSE and non-SSE versions, use 1.1 and 1.0 respectively. 34 <os_regex>regex</os_regex>:: use onlyhosts whose operating system version matches the given regular expression35 <min_os_version>x</min_os_version>:: use onlyhosts which provide this minimal numerical OS version.34 <os_regex>regex</os_regex>:: send only to hosts whose operating system version matches the given regular expression 35 <min_os_version>x</min_os_version>:: send only to hosts which provide this minimal numerical OS version. 36 36 Numerical OS version is defined only for Microsoft Windows and Darwin (Apple Mac OSX) and parsed from the numerical 37 37 information provided by the client in the os_version string. 38 38 Examples: 39 1) plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", numerical osversion is 110000.40 2) plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", numerical osversion is 601760100.39 * plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", numerical OS version is 110000. 40 * plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", numerical OS version is 601760100. 41 41 <max_os_version>x</max_os_version>:: max numerical OS version (see above) 42 42 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one. 43 <host_summary_regex>regex</host_summary_regex>:: only sends the app version to hosts with host.serialnum field that matches the given regular expression. 43 <host_summary_regex>regex</host_summary_regex>:: send only to hosts with host.serialnum field that matches the given regular expression. 44 <cpu_vendor_regex>regex</cpu_vendor_regex>:: send only to hosts whose CPU vendor matches the regular expression. 45 Example CPU vendors are "!GenuineIntel" and "AuthenticAMD". 44 46 45 47 The following lets you use a project preference to decide whether to use the app version: