Skip to content
Snippets Groups Projects
Commit 23e34a29 authored by jurgenhaas's avatar jurgenhaas
Browse files

#11 Enable/disable mongo db monitoring

parent 08dbb5bb
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ ipfs: no
isc_dhcpd: yes
mdstat: yes
memcached: {{ (groups['webserver'] is defined and inventory_hostname in groups['webserver'])|ternary("yes", "no") }}
mongodb: {{ ((groups['dbserver-mongodb'] is defined and inventory_hostname in groups['dbserver-mongodb']) or (groups['uptime'] is defined and inventory_hostname in groups['uptime']))|ternary("yes", "no") }}
mysql: {{ (groups['dbserver-mysql'] is defined and inventory_hostname in groups['dbserver-mysql'])|ternary("yes", "no") }}
nginx: no
nginx_log: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment