We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This plugin needs to work with poi server. Steps:
SERVER_HOSTNAME
127.0.0.1
~/tmp/mongodb
mongod --dbpath ~/tmp/mongodb
PM2
pm2 start --name 'poi-server' index.js --watch
Now the poi server is ready for data transfer, and your reports will go into the database you started.
The existing reporters are good example to start with.
You will need to add handler on server side