You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is increasingly obvious that nodeinfo is the right datatype to use. Instead of /var/spool/host/lspci/var/spool/host/iproute, etc, etc, we should just have one datatype nodeinfo and one directory: /var/spool/host/nodeinfo, and that should create a single json file containing the combined output of all the called commands. Something like:
[
{
Name: "uname",
Cmd: ["uname", "-a"],
Output: "A big string, possibly multiline"
},
...
]
The text was updated successfully, but these errors were encountered:
It is increasingly obvious that
nodeinfo
is the right datatype to use. Instead of/var/spool/host/lspci
/var/spool/host/iproute
, etc, etc, we should just have one datatypenodeinfo
and one directory:/var/spool/host/nodeinfo
, and that should create a single json file containing the combined output of all the called commands. Something like:The text was updated successfully, but these errors were encountered: