mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
self-diagnostics: Updated bbfdm microservices
This commit is contained in:
parent
5ca12a752e
commit
60adf6e369
2 changed files with 13 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=self-diagnostics
|
||||
PKG_VERSION:=1.0.4
|
||||
PKG_VERSION:=1.0.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
|
|
|
|||
|
|
@ -7,6 +7,18 @@
|
|||
}
|
||||
],
|
||||
"exec" : [
|
||||
{
|
||||
"description": "Datamodel microservices",
|
||||
"cmd": "ubus call service list '{\"name\":\"bbfdm.services\"}'"
|
||||
},
|
||||
{
|
||||
"description": "Datamodel microservices registration",
|
||||
"cmd": "ubus call bbfdm service"
|
||||
},
|
||||
{
|
||||
"description": "Datamodel plugins and services list",
|
||||
"cmd": "ls -R /usr/share/bbfdm/"
|
||||
},
|
||||
{
|
||||
"description": "TR-181 DM MAP",
|
||||
"cmd": "uci -c /etc/bbfdm/dmmap export"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue