-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
Hi
I would highly appreciate it, if there would be json output with the parameter -j. I know there is also the batch output but for some scripts (pyhton) and some monitoring solutions (zabbix) it would be great to have json output.
From your bash output example I created an example:
{
"version": "2.1",
"kernel": {
"current": "3.19.3-tl1",
"expected": "3.19.3-tl1",
"status": "1",
"status_description": "no pending upgrade"
},
"services": [
"systemd-journald.service",
"systemd-machined.service"
],
"container": [
"LXC web1"
],
"sessions": [
"metabase @ user manager service",
"root @ session #28017"
],
"microcode": "obsolete"
}
Thanks for the great tool!
Sebastian
liske and boonkerz