Skip to content

Instantly share code, notes, and snippets.

@sandlbn
Last active May 2, 2016 08:50
Show Gist options
  • Save sandlbn/90f298b0116db3319a0c3922cedc4639 to your computer and use it in GitHub Desktop.
Save sandlbn/90f298b0116db3319a0c3922cedc4639 to your computer and use it in GitHub Desktop.
{
"version": 1,
"schedule": {
"type": "simple",
"interval": "1s"
},
"workflow": {
"collect": {
"metrics": {
"/libvirt/irild016.cslf1.intel.com/ubuntu_mesos/cpu/cputime": {},
"/libvirt/irild016.cslf1.intel.com/ubuntu_mesos/mem/available": {},
"/libvirt/irild016.cslf1.intel.com/ubuntu_mesos/mem/rss": {},
"/libvirt/irild016.cslf1.intel.com/ubuntu_mesos/mem/max": {},
"/libvirt/irild016.cslf1.intel.com/vagrant_operator/cpu/cputime": {},
"/libvirt/irild016.cslf1.intel.com/vagrant_operator/mem/available": {},
"/libvirt/irild016.cslf1.intel.com/vagrant_operator/mem/rss": {},
"/libvirt/irild016.cslf1.intel.com/vagrant_operator/mem/max": {}
},
"config": {
"/intel/dummy": {
"user": "root",
"password": "secret"
}
},
"process": [
{
"plugin_name": "passthru",
"process": null,
"publish": [
{
"plugin_name": "file",
"config": {
"file": "/tmp/published"
}
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment