35 | | <min_os_version>x</min_os_version>:: send only to hosts which provide this minimal numerical OS version. |
36 | | Numerical OS version is defined only for Microsoft Windows and Darwin (Apple Mac OSX) and parsed from the numerical |
37 | | information provided by the client in the os_version string. |
38 | | Examples: |
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. |
| 35 | <min_os_version>x</min_os_version>:: send only to hosts with at least this numerical OS version. |
| 36 | Numerical OS version derived from the host's os_version string as follows:. |
| 37 | * Mac OS X: "Lion" 10.7.0 is reported as "11.00.00"; the numerical version is 110000. |
| 38 | * Windows: Windows 7 SP1 is reported as "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))"; the numerical version is 601760100. |
| 39 | * Linux and Android: the kernel version is reported as "2.6.3"; the numerical version is 20603. |