Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Better outage notification emails #38

Open
iloire opened this issue Jul 18, 2015 · 1 comment
Open

Better outage notification emails #38

iloire opened this issue Jul 18, 2015 · 1 comment

Comments

@iloire
Copy link
Owner

iloire commented Jul 18, 2015

No description provided.

@zarzen
Copy link

zarzen commented Dec 22, 2015

We simply customize like this when outage happens:
var error = JSON.parse(JSON.stringify(outage.error));
so, here we need to put some useful information when ping is failed, like this:

var error = {"code":"xxx", "message":err.message};
callback(error, "failed", "failed", time);

But this feature seems should be done in the plugin and ping-service projects?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants