Files
monasca-agent/conf.d/host_alive.yaml.example
Tim Kuhlman 057ef2528e Fixed host_alive doc to note the name requirement
Change-Id: I3b520cce641b5f44eb6954feebf3830a38f844ec
2015-03-05 09:28:14 -07:00

25 lines
660 B
Plaintext

init_config:
# Specify the ssh_port, if not 22 (optional)
# ssh_port: 22
# ssh_timeout is a floating-point number of seconds (optional)
# ssh_timeout: 0.5
# ping_timeout is an integer number of seconds (optional)
# ping_timeout: 1
# alive_test can be either "ssh" for an SSH banner test (port 22)
#+ or "ping" for an ICMP ping test
instances:
# - name: ssh to host1
# host_name: host1.domain.net
# alive_test: ssh
# - name: ping host2
# host_name: host2.domain.net
# alive_test: ping
# - name: ssh to 192.168.0.221
# host_name: 192.168.0.221
# alive_test: ssh