-
http://www.badllama.com/content/monitor-varnish-zabbix
Handy little script to monitor varnish stats from zabbix. Awesome.
-
http://copperegg.com/
Yet another monitoring app. Copper Egg combines real user monitoring, generic metric logging, server monitoring and maybe other stuff(?) into one application. Pricing starts at $19/month. Not unreasonable.
-
http://www.intodns.com/
Really detailed tool that diagnoses in great detail each step of the DNS resolution process for a domain. Free and invaluable.
-
http://www.zabbix.com/forum/showthread.php?t=25265
A zabbix monitoring script for varnish ported from cacti.
-
http://www.maatkit.org/doc/mk-heartbeat.html
Simple script to monitor mysql replication delay. It updates a value on the master every second and checks how far behind the value is on the slave. Simple yet effective.
-
http://www.elevatedcode.com/articles/2007/12/05/replication-monitoring-with-monit/
Clever approach to monitoring mysql replication with monit. Ruby script checks replication is running and then touches a file, monit in turn monitors that file's timestamp and if it gets out of date, sends an alert. Sort of like a dead man switch. Clever.
-
http://www.strangeloopnetworks.com/
In a similar vein to cloudflare / yottaa, strangeloop offer a performance enhancement service through a physical / cloud based appliance. It uses the standard techniques, js/css combining, sprites, cdn, tailoring to the browser, and so on. No pricing. :-(
-
http://www.yottaa.com/
Similar to CloudFlare but more expensive ($30/mth no ssl, $130/mth with ssl) it accelerates web sites through the use of CDN, js/css combining, etc.
-
https://www.cloudflare.com/
loudFlare is an automated CDN / content acceleration type service. It acts as a reverse proxy providing some sort of heuristic security scanning, logging of traffic, and an automatically configured CDN. $15 + $5/site/month.
-
http://blitz.io/
Performance testing, monitoring, and some kind of fix-it service, mostly in private beta. Flashy, funky, cool, style design and chat with limited technical details.
-
http://runslikeclockwork.com/
Very simple web monitoring system that checks if a site is online and sends alerts by SMS If down. They also offer a free monit aggregation service. Plans start £3/month basic, £5/month for 5 sites every 30 seconds plus 15 sms credits / month.
-
http://runslikeclockwork.com/pages/monit_aggregator
A free hosted version of the open source monit-aggregator written by Matt Fawcett. Appears to be free with no node restriction.
-
https://github.com/mattfawcett/monit-aggregator
Source code of monit-aggregator by Matt Fawcett / runslikeclockwork.com. He offers a free hosted version at that site.
-
http://www.yireo.com/software/magento-extensions/newrelic
A Magento extension to integrate with NewRelic's monitoring system. I suppose it's a Magento wrapper for the NewRelic PHP library.
-
http://cacti.net/
A web based tool to produce graphs based on data stored in RRDTool, usually used as a front end for data collected through systems like nagios.
-
https://www.linuxquestions.org/questions/linux-enterprise-47/nagios-vs-zabbix-216790/
A great discussion on the comparison between nagios and zabbix and other monitoring platforms. Very useful insights although a few years old.
-
http://www.zenoss.com/
A cloud monitoring / type service. Partly open source.
-
http://www.pagerduty.com/
Takes alerts from monitoring systems and sends emails, phone calls and SMS messages. Handles on-call schedules, escalation, acknowledgement, etc.
-
http://tribily.com/
Hosted zabbiz service, starts at €5 per server per month. Not sure about data retention.
-
http://alertfox.com/
Monitoring with a focus on browser experience. Plans are €10/month for simple, $50/month for 1 browser, $100/month upwards for the full service.
-
http://engineering.gomiso.com/2011/01/04/easy-monitoring-of-varnish-with-munin/
Very useful walkthrough on setting up munin to monitor Varnish. Explains how to install and configure munin, which is very simple and very valuable.
-
http://airbrakeapp.com/
Airbrak collects error messages from Ruby on Rails (and others via unofficial plugins) apps and collects them for review. Looks interesting. Starts at $5/month up to 4 projects, 4 users, 15 errors per minute.
-
http://blog.cfelde.com/2011/05/performance-rackspace-cloud-vs-amazon-web-services/
Interesting article comparing Rackspace and AWS performance when applying high frequency trading strategies against 10 years of archive data. Rackspace io kicks ass, CPU slightly ahead.
-
http://newrelic.com/
A system to monitor multiple aspects of a live application in production including the page load times, server load times, mysql response times, javascript render times, and so on. Expensive.
-
http://www.ubuntugeek.com/monitoring-ubuntu-services-using-monit.html
A howto on setting up monit on an Ubuntu server. Fairly simple and straightforward. Includes basic info on customising alerts and so on.