Skip to content

Instantly share code, notes, and snippets.

@lukebigum
Last active December 10, 2015 17:01
Show Gist options
  • Save lukebigum/9fd8438db4bbdc6830ba to your computer and use it in GitHub Desktop.
Save lukebigum/9fd8438db4bbdc6830ba to your computer and use it in GitHub Desktop.
PTP bridge base statistics
class { '::profile::statistics':
interval => 1,
}
class { '::profile::statistics::write_network':
server => 'localhost',
}
class { '::profile::statistics::remote_ntp_offset':
ntp_server => 'timesource.example.com',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment