I had installed thinger.io server in Raspberry PI. And success “Add device”, But “Add dashboard” and “Add bucket”.
I can find the added dashboard information in MongoDB, but there are no information at localhost Web server.
-
Raspberry Pi 3 server
Raspbian version 9 (stretch) -
MongoDB status
sudo systemctl status mongodb
● mongodb.service - High-performance, schema-free document-oriented database
Loaded: loaded (/etc/systemd/system/mongodb.service; enabled; vendor preset:
Active: active (running) since Sat 2018-10-20 04:58:29 UTC; 14min ago
Main PID: 681 (mongod)
CGroup: /system.slice/mongodb.service
└─681 /usr/bin/mongod --quiet --config /etc/mongod.conf
Oct 20 04:58:29 raspberrypi systemd[1]: Started High-performance, schema-free do
Oct 20 04:58:32 raspberrypi mongod[681]: all output going to: /var/log/mongodb/m
- Thinger server status
snap.thinger-maker-server.thingerd.service - Service for snap application thinger-maker-server.thingerd
Loaded: loaded (/etc/systemd/system/snap.thinger-maker-server.thingerd.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-10-20 04:58:38 UTC; 25min ago
Process: 686 ExecStart=/usr/bin/snap run thinger-maker-server.thingerd (code=exited, status=0/SUCCESS)
Main PID: 857 (thingerd)
CGroup: /system.slice/snap.thinger-maker-server.thingerd.service
└─857 thingerd --fork --runpath=/var/snap/thinger-maker-server/common
Oct 20 04:58:29 raspberrypi systemd[1]: Starting Service for snap application thinger-maker-server.thingerd…
Oct 20 04:58:29 raspberrypi /usr/bin/snap[686]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Oct 20 04:58:32 raspberrypi thinger-maker-server.thingerd[686]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem.so’ from /etc/ld.so.preload
Oct 20 04:58:33 raspberrypi thinger-maker-server.thingerd[686]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem.so’ from /etc/ld.so.preload
Oct 20 04:58:38 raspberrypi systemd[1]: Started Service for snap application thinger-maker-server.thingerd.
- Added dashboard information in MongoDB
db.dashboards.find().pretty()
{
“_id” : ObjectId(“5bc2f842c62180c3bee0b375”),
“date” : ISODate(“2018-10-14T08:03:14.510Z”),
“dashboard” : “dd”,
“name” : “dd”,
“description” : “dd”,
“widgets” : [ ]
}
Please help me to find added dashboard list in Localhost Web server.