|
41 | 41 | ### Resource types |
42 | 42 |
|
43 | 43 | * [`zabbix_application`](#zabbix_application): Manage zabbix applications Example: zabbix_application{"app1": ensure => present, template => 'template1', } It Raise exceptio |
44 | | -* [`zabbix_host`](#zabbix_host): FQDN of the machine. |
| 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. |
| 46 | +* [`zabbix_proxy`](#zabbix_proxy): Manage zabbix proxies |
| 47 | +* [`zabbix_template`](#zabbix_template): Manage zabbix templates |
48 | 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): An unique name for this define. |
| 49 | +* [`zabbix_userparameters`](#zabbix_userparameters): Manage zabbix user templates |
50 | 50 |
|
51 | 51 | ### Data types |
52 | 52 |
|
@@ -5973,7 +5973,7 @@ template to which the application is linked |
5973 | 5973 |
|
5974 | 5974 | ### <a name="zabbix_host"></a>`zabbix_host` |
5975 | 5975 |
|
5976 | | -FQDN of the machine. |
| 5976 | +Manage zabbix hosts |
5977 | 5977 |
|
5978 | 5978 | #### Properties |
5979 | 5979 |
|
@@ -6112,7 +6112,7 @@ usually discover the appropriate provider for your platform. |
6112 | 6112 |
|
6113 | 6113 | ### <a name="zabbix_proxy"></a>`zabbix_proxy` |
6114 | 6114 |
|
6115 | | -FQDN of the proxy. |
| 6115 | +Manage zabbix proxies |
6116 | 6116 |
|
6117 | 6117 | #### Properties |
6118 | 6118 |
|
@@ -6170,7 +6170,7 @@ usually discover the appropriate provider for your platform. |
6170 | 6170 |
|
6171 | 6171 | ### <a name="zabbix_template"></a>`zabbix_template` |
6172 | 6172 |
|
6173 | | -The name of template. |
| 6173 | +Manage zabbix templates |
6174 | 6174 |
|
6175 | 6175 | #### Properties |
6176 | 6176 |
|
@@ -6289,7 +6289,7 @@ will usually discover the appropriate provider for your platform. |
6289 | 6289 |
|
6290 | 6290 | ### <a name="zabbix_userparameters"></a>`zabbix_userparameters` |
6291 | 6291 |
|
6292 | | -An unique name for this define. |
| 6292 | +Manage zabbix user templates |
6293 | 6293 |
|
6294 | 6294 | #### Properties |
6295 | 6295 |
|
|
0 commit comments