To get notification from uptime application, a mail API is interesting.
Description
Description
Event Timeline
Comment Actions
Node packages installed:
nodemailer-sendgrid-transport@0.1.0 node_modules/nodemailer-sendgrid-transport
└── sendgrid@1.6.0 (smtpapi@1.1.0, lodash@2.4.1, request@2.54.0)
To reproduce interactively:
rhc ssh uptime cd nodejs npm install nodemailer-sendgrid-transport
To reproduce without interactive SSH:
rhc ssh uptime "cd nodejs ; npm install nodemailer-sendgrid-transport"
Comment Actions
An API test using nodemailer and nodemailer-sendgrid-transport failed, so I've configured it to use with SMTP.
Relevant commit: 6a3a49727334afdd26931a4b5063da9e784dee3f on uptime-nasqueron.rhcloud.com repository.