ome / infrastructure

A repository containing scripts for managing infrastructure
BSD 2-Clause "Simplified" License
20 stars 19 forks source link

roles/system-monitor-agent needs to set `only_from` #110

Open kennethgillen opened 8 years ago

kennethgillen commented 8 years ago

The role which deploys Check_MK, ansible/roles/system-monitor-agent/tasks/main.yml should set only_from in the xinetd.d/check_mk cf https://mathias-kettner.de/checkmk_linuxagent.html.

This will need to accept an IP address or hostname (both work), despite the check_mk docs suggesting an IP address.

joshmoore commented 8 years ago

👍