|
40 | 40 |
|
41 | 41 | ### Resource types |
42 | 42 |
|
43 | | -* [`zabbix_application`](#zabbix_application): %q(Manage zabbix applications zabbix_application{"app1": ensure => present, template => 'template1', } It Raise excep |
44 | | -* [`zabbix_host`](#zabbix_host): FQDN of the machine. |
| 43 | +* [`zabbix_application`](#zabbix_application): Manage zabbix applications Example: zabbix_application{"app1": ensure => present, template => 'template1', } It Raise exceptio |
| 44 | +* [`zabbix_host`](#zabbix_host): Manage zabbix hosts |
45 | 45 | * [`zabbix_hostgroup`](#zabbix_hostgroup): Manage zabbix hostgroups |
46 | | -* [`zabbix_proxy`](#zabbix_proxy): FQDN of the proxy. |
47 | | -* [`zabbix_template`](#zabbix_template): The name of template. |
48 | | -* [`zabbix_template_host`](#zabbix_template_host): Link or Unlink template to host. Only for Zabbix < 6.0! Example. Name should be in the format of "template_name@hostname" zabbix_template_ho |
49 | | -* [`zabbix_userparameters`](#zabbix_userparameters): An unique name for this define. |
| 46 | +* [`zabbix_proxy`](#zabbix_proxy): Manage zabbix proxies |
| 47 | +* [`zabbix_template`](#zabbix_template): Manage zabbix templates |
| 48 | +* [`zabbix_template_host`](#zabbix_template_host): Link or Unlink template to host. Only for Zabbix < 6.0! Example: zabbix_template_host{ 'mysql_template@db1': ensure => present, } Na |
| 49 | +* [`zabbix_userparameters`](#zabbix_userparameters): Manage zabbix user templates |
50 | 50 |
|
51 | 51 | ### Data types |
52 | 52 |
|
53 | 53 | * [`Zabbix::Databases`](#Zabbix--Databases): Type for supported databases by the zabbix module |
54 | | -* [`Zabbix::Historyics`](#Zabbix--Historyics) |
| 54 | +* [`Zabbix::Historyics`](#Zabbix--Historyics): Type for size values in bytes (also allows k/K and m/M as appendix) |
55 | 55 |
|
56 | 56 | ## Classes |
57 | 57 |
|
@@ -5927,17 +5927,15 @@ Default value: `'0644'` |
5927 | 5927 |
|
5928 | 5928 | ### <a name="zabbix_application"></a>`zabbix_application` |
5929 | 5929 |
|
5930 | | -%q(Manage zabbix applications |
5931 | | - |
5932 | | - zabbix_application{"app1": |
5933 | | - ensure => present, |
5934 | | - template => 'template1', |
5935 | | - } |
| 5930 | +Manage zabbix applications |
5936 | 5931 |
|
| 5932 | +Example: |
| 5933 | + zabbix_application{"app1": |
| 5934 | + ensure => present, |
| 5935 | + template => 'template1', |
| 5936 | + } |
5937 | 5937 | It Raise exception on deleting an application which is a part of used template. |
5938 | 5938 |
|
5939 | | -) |
5940 | | - |
5941 | 5939 | #### Properties |
5942 | 5940 |
|
5943 | 5941 | The following properties are available in the `zabbix_application` type. |
@@ -5975,7 +5973,7 @@ template to which the application is linked |
5975 | 5973 |
|
5976 | 5974 | ### <a name="zabbix_host"></a>`zabbix_host` |
5977 | 5975 |
|
5978 | | -FQDN of the machine. |
| 5976 | +Manage zabbix hosts |
5979 | 5977 |
|
5980 | 5978 | #### Properties |
5981 | 5979 |
|
@@ -6114,7 +6112,7 @@ usually discover the appropriate provider for your platform. |
6114 | 6112 |
|
6115 | 6113 | ### <a name="zabbix_proxy"></a>`zabbix_proxy` |
6116 | 6114 |
|
6117 | | -FQDN of the proxy. |
| 6115 | +Manage zabbix proxies |
6118 | 6116 |
|
6119 | 6117 | #### Properties |
6120 | 6118 |
|
@@ -6172,7 +6170,7 @@ usually discover the appropriate provider for your platform. |
6172 | 6170 |
|
6173 | 6171 | ### <a name="zabbix_template"></a>`zabbix_template` |
6174 | 6172 |
|
6175 | | -The name of template. |
| 6173 | +Manage zabbix templates |
6176 | 6174 |
|
6177 | 6175 | #### Properties |
6178 | 6176 |
|
@@ -6250,12 +6248,12 @@ Zabbix version that the template will be installed on. |
6250 | 6248 | ### <a name="zabbix_template_host"></a>`zabbix_template_host` |
6251 | 6249 |
|
6252 | 6250 | Link or Unlink template to host. Only for Zabbix < 6.0! |
6253 | | -Example. |
6254 | | -Name should be in the format of "template_name@hostname" |
6255 | 6251 |
|
6256 | | -zabbix_template_host{ 'mysql_template@db1': |
6257 | | - ensure => present, |
6258 | | - } |
| 6252 | +Example: |
| 6253 | + zabbix_template_host{ 'mysql_template@db1': |
| 6254 | + ensure => present, |
| 6255 | + } |
| 6256 | +Name should be in the format of "template_name@hostname" |
6259 | 6257 |
|
6260 | 6258 | #### Properties |
6261 | 6259 |
|
@@ -6291,7 +6289,7 @@ will usually discover the appropriate provider for your platform. |
6291 | 6289 |
|
6292 | 6290 | ### <a name="zabbix_userparameters"></a>`zabbix_userparameters` |
6293 | 6291 |
|
6294 | | -An unique name for this define. |
| 6292 | +Manage zabbix user templates |
6295 | 6293 |
|
6296 | 6294 | #### Properties |
6297 | 6295 |
|
@@ -6343,7 +6341,7 @@ Alias of `Enum['postgresql', 'mysql', 'sqlite']` |
6343 | 6341 |
|
6344 | 6342 | ### <a name="Zabbix--Historyics"></a>`Zabbix::Historyics` |
6345 | 6343 |
|
6346 | | -The Zabbix::Historyics data type. |
| 6344 | +Type for size values in bytes (also allows k/K and m/M as appendix) |
6347 | 6345 |
|
6348 | 6346 | Alias of `Optional[Pattern[/^\d+[k|K|m|M]?$/]]` |
6349 | 6347 |
|
0 commit comments