Created
March 19, 2019 21:36
-
-
Save tzz/5d78ead135ce9882e969a0831c4a7c48 to your computer and use it in GitHub Desktop.
Sample Prometheus inventory: node-exporter target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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