Skip to content

Instantly share code, notes, and snippets.

@tzz
Created March 19, 2019 21:36
Show Gist options
  • Save tzz/5d78ead135ce9882e969a0831c4a7c48 to your computer and use it in GitHub Desktop.
Save tzz/5d78ead135ce9882e969a0831c4a7c48 to your computer and use it in GitHub Desktop.
Sample Prometheus inventory: node-exporter target
[
{
"labels": {
"kernel_release": "3.4.5.x86_64",
"os": "linux",
"os_version": "3.4.5.x86_64",
"platform": "centos",
"platform_family": "rhel",
"platform_version": "7.8.9"
},
"targets": [
"machinename:9100"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment