Go to file
2025-03-21 18:26:27 -04:00
views All DB functions transferred to Postgres; tested ok, but haven't checked new device data going into alerts table, or core-edit when device not yet in cores table. 2015-10-11 16:11:32 -04:00
.gitignore Fix casing in field names in index.hbs; improve node-dev container workflow. 2015-10-06 14:27:17 -04:00
alertmonUtils.js Interim commit, email code in a good spot if untested; back to alert row highlighting now that server not running in production mode (and thus not showimg template changes due to caching). 2015-08-07 11:20:22 -04:00
Dockerfile Remove sqlite3 since no longer used; remove vim and git packages since i don't need hot-reload from running container anymore (and to make image smaller; specify nodemon version to be concurrent w/rest of old stuff in order to do re-builds. 2023-10-05 14:00:34 -04:00
LICENSE Add LICENSE 2025-03-21 18:14:32 -04:00
package.json Remove sqlite3 since no longer used; remove vim and git packages since i don't need hot-reload from running container anymore (and to make image smaller; specify nodemon version to be concurrent w/rest of old stuff in order to do re-builds. 2023-10-05 14:00:34 -04:00
README.md Add demo URL to README 2025-03-21 18:26:27 -04:00
server.js Remove sqlite3 since no longer used; remove vim and git packages since i don't need hot-reload from running container anymore (and to make image smaller; specify nodemon version to be concurrent w/rest of old stuff in order to do re-builds. 2023-10-05 14:00:34 -04:00

README

Node.js server for diesel generator alert monitor project. Alert Monitor receives POST requests from a Particle.io webhook (requests that originate from Particle Core devices) and stores them in a PostgreSQL DB. A basic web interface to view stored messages and email alerts are included.

Demo hosted at particle.kaplon.us