DumpCamp – Introduction to New Relic
In the 2nd DumpCamp meeting, Ronnie showed us a SAAS service called New Relic which provides Application Performance Management solution mainly for web applications and servers. It’s capabilities...
View ArticleNew Relic – Monitor multiple web applications or virtual hosts
If you follow the New Relic instruction to setup the daemon. You will get all web applications as a single New Relic App named as PHP Application in the New Relic application console. So how could we...
View ArticleNew Relic – Enable Drupal module monitoring
New Relic supports the following list of PHP frameworks. Drupal 6 and 7 WordPress CakePHP 1.2, 1.3 and 2.* CodeIgniter 2 QDrupal Joomla 1.5 and 1.6 Symfony 1 Yii Zend Framework 1 Magento 1.5 and 1.6...
View ArticlePuppet – Automate New Relic Server Monitor Agent Installation
This is an example to install the newrelic-sysmond package on the Puppet Agent. class system::newrelic-sysmond ($licensekey) { package { "newrelic-sysmond": ensure => installed, } exec { 'Insert...
View Article