Changes between Version 12 and Version 13 of AppPlanSpec


Ignore:
Timestamp:
Aug 27, 2013, 12:18:46 AM (11 years ago)
Author:
Rytis
Comment:

os_version field is used instead of os_name

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v12 v13  
    3333   Use this to favor one class over another.
    3434   For example, if you have both SSE and non-SSE versions, use 1.1 and 1.0 respectively.
    35  <os_regex>regex</os_regex>:: use only hosts whose operating system name matches the given regular expression
     35 <os_regex>regex</os_regex>:: use only hosts whose operating system version matches the given regular expression
    3636 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one.
    3737 <host_summary_regex>regex</host_summary_regex>:: only sends the app version to hosts with host.serialnum field that matches the given regular expression.