Просмотр исходного кода

Update docs for client-definitions to match code

Update client-definitions to client_definitions to match code
Michael Porter 7 лет назад
Родитель
Сommit
883dc6a27f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/dynamic_checks.md

+ 2 - 2
docs/dynamic_checks.md

@@ -40,7 +40,7 @@ data/static
     |   |-- smartos_check_cpu.json.j2
     |   |-- smartos_check_cpu.json.j2
     |   |-- smartos_check_disk.json.j2
     |   |-- smartos_check_disk.json.j2
     |   `-- smartos_check_mem.json.j2
     |   `-- smartos_check_mem.json.j2
-    |-- client-definitions
+    |-- client_definitions
     |   |-- rabbitmq_servers
     |   |-- rabbitmq_servers
     |   |   `-- check_users.json.j2
     |   |   `-- check_users.json.j2
     |   `-- webservers
     |   `-- webservers
@@ -111,7 +111,7 @@ This will [register](https://docs.ansible.com/ansible/latest/user_guide/playbook
 
 
 And, because nodes can of course be members of more than just one group, checks will be deployed in full to nodes that belong to several groups!
 And, because nodes can of course be members of more than just one group, checks will be deployed in full to nodes that belong to several groups!
 
 
-Additionally, standalone checks can be distributed to hosts based on group membership. These definitions are located in the client-definitions folder. These will be deployed to the configuration directory of the clients.
+Additionally, standalone checks can be distributed to hosts based on group membership. These definitions are located in the client_definitions folder. These will be deployed to the configuration directory of the clients.
 
 
 These are deployed with the following pair of plays, also in the `tasks/plugins.yml` playbook:
 These are deployed with the following pair of plays, also in the `tasks/plugins.yml` playbook:
 ``` yaml
 ``` yaml