Which is best tool to monitor web applications? [closed] - php

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
Actually our client has N number of websites and many of the times if something went wrong like site down,loading slow or database error occured, in such cases we don't get immediate updates.
Would you please help to suggest any web monitoring tool which will do work for us and send SMS & Email notification immediately if any of the above case occurs?

Yes, Basically you are looking for monitoring tools which will monitor all your resources like your web server, cup speed and database services and etc.
For monitoring i would recommend New Relic tool for this activity. Currently we are using the same tool to monitor our live websites details and accordingly revert traffics and other services with it.
As request, it also has functionality for sending notifications via email.

Related

Sending skype messages from php [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
I was wondering if it's possible to send skype messages from php without having skype installed. So that you login with php and send messages without any applications. Is this possible.
Thanks
Here are a good answer.
tl;dr: This is not easily possible from within PHP or node.js
Currently, I am unaware of an API that exists with Skype for PHP.
Chat with Skype demo user
I believe that, currently - or as it stands, this is the only method to achieve something as such. This integrates the Skype Protocol for use.
However, you may want to take a look at this: Skype with PHP.
But how accurate that is, I am not sure

Looking for a relatively painless way to offload the email notifications sent from my app [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 years ago.
Improve this question
I have a web app built on zend that send email notifications for different events (signup, someone follows you etc...). It is using php mail. The emails get sent out as part of action hooks that fire at various events. I am looking for recommendations for a service that will take over the sending of the emails. Thanks in advance!
we use http://sendgrid.com/ at our shop.
Amazon SES or Sailthru
I do like sailthru, they can host your email templates, logs of every sent email (so you can resend), open rates, etc. It's a white listing service and their PHP API is easssy to use.
Postmark is quite nice, with a very powerful API.

Offline version of a web site [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 2 years ago.
Improve this question
I've written a web app in PHP and MySQL that permits users to insert orders from a catalog.
The customer now asked me to create a version of the website that runs on the agent's PC even when they are not connected to the Internet. they must insert orders and then, when connected, send the orders to the DB. The agent's webserver has to be synchronized with the product images and previous orders.
Do you know what can I use to obtain this result? I've seen Server2go, but it runs only on Windows. I would like something more portable.
You'll probably need to look at html5 and client-side databases, which you can sync next time a connection is made.
You'll need to do some magic as you won't be running PHP anymore, it will all be on the client machine, so Javascript will probably be your weapon of choice.
server2go looks like it will not synchronize once a connection to the server has been made.
There may be some turn key solutions for this, however, these type of off-line web applications usually require that they be designed with this in mind.
This question offers some more insight on the topic:
Offline web application

PHP server statistics 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 6 years ago.
Improve this question
I'm not really sure where to put this question (it's not really webapps or superuser) but I'm sure something similar already exists. I'm looking for a php script that gives me detailed info about things such as:
CPU load
Network load
Temperatures
I/O
RAM
etc
Any suggestions?
Thanks,
Dennis
phpSysInfo is good for this.
These scripts are good:
phpSysInfo: a customizable PHP script that displays information about your system nicely.
eZ Server Monitor: a lightweight and simple dashboard monitor for Linux.
PHP Server Monitor: a script that checks whether your websites and servers are up and running.
These scripts are FOSS.

Send and Receive SMS from PHP Application [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
I want to make a Facebook like SMS sending and receiving service. Are there any PHP API to do that? I want to use a specific number like Facebook.
Note
Sending SMS through E-mail is possible but how can I receive SMSs through my PHP application? I am searching for a free PHP API without any external hardware to do that. Is it possible?
In case your search for free doesn't work out:
I've recently been playing around with Twilio: http://www.twilio.com/
And they've recently cleaned up their API:
http://blog.twilio.com/2010/08/announcing-the-new-twilio-api-version-2010-04-01.html
They also have contests running. Maybe your app will fall into a category and land some free marketing :)
If you want it to work in India, use smsgupshup.com's API to create SMS applications.
This software will let you receive sms in PHP: Receive SMS
It connects to a 3G/GSM modem or dongle and will automatically post incoming SMS messages to your website where you can handle them using a simple PHP script

Categories