iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 195 forks source link

SMTP not working at all? #18

Closed sraupach closed 9 years ago

sraupach commented 9 years ago

If i configure a Host to be monitored over SMTP it says it is "down" but i am able to connect via telnet (port25)

my configuration is correct..i even see WatchMen connect at my SMTP-Server.

iloire commented 9 years ago

@sraupach I haven't used the SMTP service myself that much. Please feel free to send a PR with some tests and I will merge it, or if you could just provide the tests that cover the failing case, I may fix it myself.

iloire commented 9 years ago

SMTP is not supported out of the box in watchmen 3. Anyone is free to create its own implementation through a custom ping service and share it.

Examples of ping services: https://www.npmjs.com/package/watchmen-ping-http-contains https://www.npmjs.com/package/watchmen-ping-http-head