=====
This is monitoring module for xpush.
This module will store xpush usage data into InfluxDB.
Install and run InfluxDB with reference InfluxDB Installation
The follow is the code to install and run InfluxDB 0.10.3-1 (in linux)
wget https://s3.amazonaws.com/influxdb/influxdb-0.10.3-1_linux_amd64.tar.gz
tar xvfz influxdb-0.10.3-1_linux_amd64.tar.gz
git clone https://github.com/xpush/node-xpush-harvester.git
npm install
{
"zookeeper": {"address":"localhost:2181"},
"influxdb":{
"host": "localhost",
"port": 8086,
"username": "username",
"password": "password",
"database": "xpush",
"dropandrun": true
}
}
./xpush-harvester --config /home/stalk/config/config.json