iloire / watchmen

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

Is it possible to work without oauth ? #61

Closed vladyslav2 closed 8 years ago

vladyslav2 commented 8 years ago

Hello. watchmen looks like a greate solutions.

but i think you have a lack of documentation.

Is it possible to work without google oauth ? Is it possible to login as an admin without using oauth ? is it possible to add domain without web interface at all ?

thanks !

pereztechseattle commented 8 years ago

I would also like to know this. Having to deal with OAuth just to access the admin is a deal-breaker, I'm afraid. That would be such a shame, because this looks perfect for what I need; especially the slack integration.

brownman commented 8 years ago

u can use this patch:

wget https://patch-diff.githubusercontent.com/raw/iloire/watchmen/pull/58.patch
mv 58.patch ../
git am ../58.patch
gtrias commented 8 years ago

Nice work! Thank you Since this patch adds the functionality as a configurable property. Couldn't be applied as a pull request in the project? That way we could have the latest changes without to worry about apply patches.

gtrias commented 8 years ago

Oh I've just saw that there's already a pull request. I guess the project is not maintainled anymore?

iloire commented 8 years ago

Yes, it is still maintained. The PR has been merged, sorry for the delay.

gtrias commented 8 years ago

Thank you a lot! And congrats for this awesome project btw