Project

General

Profile

Download (1.02 KB) Statistics
| Branch: | Tag: | Revision:
// raw data from Foreman's old parsing of reports, with some readable formtting
{
"host": "rhel6n01.corp.com",
"reported_at": "2010-11-19 02:39:04 UTC",
"metrics": {
},
"status": {
"applied": 0,
"failed": 0,
"failed_restarts": 0,
"pending": 0,
"restarted": 0,
"skipped": 0
},
"logs": [
{
"log": {
"sources": {
"source": "Puppet"
},
"messages": {
"message": "Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find node 'rhel6n01.corp.com'; cannot compile"
},
"level": "err"
}
},
{
"log": {
"sources": {
"source": "Puppet"
},
"messages": {
"message": "Using cached catalog"
},
"level": "notice"
}
},
{
"log": {
"sources": {
"source": "Puppet"
},
"messages": {
"message": "Could not retrieve catalog; skipping run"
},
"level": "err"
}
}
]
}
(37-37/56)