|
It would be useful to know the host name of the Puppet Master which compiled a node's catalog. This is useful for debugging in multi-master environments. For example, if a catalog on the master "puppet-master2.ops.puppetlabs.net" is compiled for the node "example.ops.puppetlabs.net" the following query could be made:
It would return something like this:
{
|
"catalog-environment" : "production",
|
"catalog-timestamp" : "2014-12-11T05:05:26.382Z",
|
"certname" : "example.ops.puppetlabs.net",
|
"compiled-catalog-master": "puppet-master2.ops.puppetlabs.net",
|
"deactivated" : null,
|
"facts-environment" : "production",
|
"facts-timestamp" : "2014-12-15T23:46:07.107Z",
|
"report-environment" : null,
|
"report-timestamp" : null
|
}
|
|