Skip to content

Instantly share code, notes, and snippets.

@jvehent
Last active August 29, 2015 14:16
Show Gist options
  • Save jvehent/66bcccf183d034b989b4 to your computer and use it in GitHub Desktop.
Save jvehent/66bcccf183d034b989b4 to your computer and use it in GitHub Desktop.
Example of host in asset_hint format
{
"timestamp": "2014-02-14T11:48:19.035762739-05:00",
"summary": "mig discovered host server1.net.example.com",
"hostname": "mig-worker1.use1.opsec.mozilla.com",
"severity": "INFO",
"category": "asset_hint",
"tags": [
"MIG",
"Asset"
],
"details": {
"type": "host",
"name": "opsec1.private.phx1.mozilla.com",
"ipv4": [
"10.8.75.110/24"
],
"ipv6": [
"fe80::250:56ff:febd:6850/64"
],
"arch": "amd64",
"ident": "Red Hat Enterprise Linux Server release 6.6 (Santiago)",
"init": "upstart",
"isproxied": false,
"tags": {
"operator": "IT"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment