mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Adjust the output syntax to also include "local" plugins (those already installed). The "remote" plugin format is unchanged.
Output Arguments example:
{
"listplugins":{
"remote" : { [same as before] },
"local" : {
"pluginname_jid" : {
"jid" : "number",
"uuid" : "uuid_string",
"boot" : "on/off",
"state" : "activestate",
"tag" : "pluginname",
"type" : "plugin",
"release" : "freebsd_release",
"ip4" : "ipv4_address",
"ip6" : "ipv6_address",
"template" : "-"
}
}
}
}