Node Monitor using IOTA MAM
Config file must contains:
- destinationAddress
- to send initial information and root MAM
- host
- Iota Node Host
- port
- Iota Node Port
- id
- Node ID
- intervale
- Interval in millis
-
Nodejs
- Build
npm install
- Run
nodejs index.js
-
Docker
- Build
docker build -t node-monitor-iota-mam .
- Run
docker run --name monitor -v /etc/hostname:/etc/hostname:ro -v $PWD/config.json:/opt/monitor/config.json -d node-monitor-iota-mam
Monitor create a transaction to configured destination address to indicate ROOT MAM Address
Every 30 seconds monitor will send statistics to ROOT MAM Address