Skip to content

Commit

Permalink
fruit-monitor: removed field /os/built_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
herry13 committed Jun 30, 2018
1 parent efbf8ac commit a22ec9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fruit-monitor.in
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def _os_kernel():
def _os():
return {
"version": _call(["grep", "VERSION", "/etc/os-release"]).split("=")[1].strip(),
"built_timestamp": _call(["grep", "BUILT_TIMESTAMP", "/etc/os-release"]).split("=")[1].strip(),
"uptime": _os_uptime(),
"fruit-agent": _pkg_version("fruit-agent"),
"p2p-update": _pkg_version("p2p-update"),
Expand Down

0 comments on commit a22ec9b

Please sign in to comment.