---
name: netmon

templates:
  netmon_ctl.erb: bin/netmon_ctl
  netmon.json.erb: config/netmon.json

packages:
  - netmon
  - ctl-utils

properties:
  cf_networking.netmon.metron_address:
    description: "Forward metrics to this metron agent"
    default: 127.0.0.1:3457

  cf_networking.netmon.poll_interval:
    description: "Gather and report metrics at this interval, in seconds"
    default: 30

  cf_networking.netmon.interface_name:
    description: "Report tx/rx bytes on the interface with this name"
    default: silk-vtep

  cf_networking.netmon.log_level:
    description: "Log level"
    default: info

  cf_networking.disable:
    description: "disable container to container networking"
    default: false
