summaryrefslogtreecommitdiff
path: root/provider_base/services/monitor.json
blob: b68866034e0f96fa91069c219820d951e8e0b27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "nagios": {
    "nagiosadmin_pw": "= secret :nagios_admin_password",
    "hosts": "= nodes_like_me.pick_fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')"
  },
  "ssh": {
    "monitor": {
      "username": "= Leap::Platform.monitor_username",
      "private_key": "= file(:monitor_priv_key)"
    }
  }
}