monasca-agent/conf.d/host_alive.yaml.example
Michael James Hoppal b2211aa0eb Add HPE copyright
Change-Id: I46efbc9be90a8415e60f3db76656e7db3d7bcb54
2016-02-02 10:34:10 -07:00

29 lines
774 B
Plaintext

# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
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
# dimensions:
# dim1: value1
# - 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