| Path : /proc/self/root/usr/share/doc/cloud-init/examples/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/self/root/usr/share/doc/cloud-init/examples/cloud-config-reporting.txt |
#cloud-config
##
## The following sets up 2 reporting end points.
## A 'webhook' and a 'log' type.
reporting:
smtest:
type: webhook
endpoint: "http://myhost:8000/"
consumer_key: "ckey_foo"
consumer_secret: "csecret_foo"
token_key: "tkey_foo"
token_secret: "tkey_foo"
smlogger:
type: log
level: WARN