Website or Server down notification tools [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
We've some production and local development servers that we use to host database and web apps for our clients. Some of them are mapped as websites to client's domain (i.e. we've both web apps with url - http://71.22.33.xx/demo/login & http://order.clientweb.com/login)
Recently one of our clients reported that the website is down it returns a
"Service Unavailable" error. Eventually it turned that
the server was not reachable via remote desktop and none of the
websites on that server were responsive! We had to ping the hosting
company to reboot the server after which it was back online.
We can't predict future situations but how to get notified when the website or the server is down? A simple way would be to ping 71.22.33.xx but I believe that's old school. Are there any tools (like this) which would not only monitor or eventually check the availability and most importantly mail the admin when it goes down.
I'm sure I'm not the first one with such requirement :-) Here's a similar post. Some one please help ?
Thank you.
PS: Or do I've to write my own like this.

There are a number of products/services that can notify you if your website is down:
New Relic
Nagios
Montastic
Pingdom
Some provide more features than others so pick the solution most suitable for your needs.

Related

Is there a way to get Firefox to work with macOS keychain? If not, is there a good alternative password manager? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
If so, how? If not, I am looking for a password manager that can do at least the following:
works offline even if the service is down, such that data is stored locally (KEY!) I want to retain full access and control.
securely stores notes, either to a website or general notes
has an effective form filler
syncs with other devices
uses end-to-end encryption
ideally works well with Firefox on macOS
I am aware of popular ones like LastPass, 1Password, and Dashlane. I haven't worked through all the details yet but I'm concerned with some of the breaches, some repeated, and periods of unavailability.
I have also used Roboform on Windows many years ago. I REALLY liked it because it could handle almost any type of sign-on scenario and forms with grace... but that was then. I've read they have since gone downhill.
So, ultimately, I am looking for recommendations from users with personal, hands-on experience as to which ones are easy to work with and capable. I need to manage hundreds of sign-ons, forms, etc.

anyone ever used this email verification script? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Trumail (https://github.com/trumail/trumail) is a free and open source email validation/verification system. but after installing it (we found an image in docker hub) we couldn't make it work and verify any email. if anyone has ever used it please send me a documentation or a video please .. thank you
https://github.com/trumail/trumail
Don't use it. It's a good way to get your mailserver blacklisted.
It opens a connection to the remote server and starts a delivery attempt to the specified email address.
If you do this with more than a few bad addresses, many servers will blacklist you and if you're unluckily, will report it to one or more blacklist providers as a directory havest attack.

I want to start learning Demandware [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a website or tutorial to have a "Hello World" and more for demandware?
Where can I find the demand ware api documentation
Is there someway to have free server access, for training purpose ?
I already installed Eclipse and UX plugin..
Thanks
The main resources for such queries would be
https://xchange.demandware.com/community/developer
https://documentation.demandware.com
Both require that you have a valid Demandware XChange account.
It should be possible to request such by Demandware support.
There is no free server access as far as I am aware. To get a sandbox, you need to have an active subscription for Demandware SaaS.
It may be the case that your employer/client already has one, so it may be good to check with them.
It's a pay-to-play kind of model, so you can't really learn it without having an enterprise account with DW. If you do have one, you can get access to xchange where there are lots of training videos and documents....but basically it's just like NodeJS with some DW-specific calls and some, optional, funky flow chart things.

Best tech for receiving 50000 emails and sending to azure service bus [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a robust solution that can receive 50000 emails, strip out the attachment, and some metadata and add an item to an azure service bus for processing.
At the moment we are using a temp solution running an outlook email client on an azure VM but we are only processing 100 emails. This is not a future proof solution.
What you're after is some code that does listen for SMTP Traffic on port 25.
There is a great article on doing this with Azure that contains code examples:
http://blog.smarx.com/posts/emailtheinternet-com-sending-and-receiving-email-in-windows-azure
Basically, the idea is that you can spin up loads of recipients to take away the emails to the point where 50 000 emails is just a matter of how many servers you're willing to spin up.
I would even look into the Azure Service Fabric for a scalable application environment (unlike docker who does containerization) to scale in/out the need for email processor:
https://azure.microsoft.com/en-us/documentation/services/service-fabric/

Are there any affordable host services for apple push notifications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
The host would need to have port 2195 open and support push notifications under apns. I have had some trouble finding a hosting service that would support this.
Also, it would be nice if you could have PHP, MySQL, etc. access under the same provider.
You might want to look into http://urbanairship.com/push/ where they offer a hosted solution.
I Recently Used the Hosting from Dreamhost (Shared Hosting) , They have the port 2195 open and support push notifications under apns. Its working for me, may be others can get some help too.
There are other alternatives: I try to keep a up to date list on my blog.
Stephan