Drupal is a digital experience platform that knows your web content must reach more than just websites. Built so you can deliver the right content to the right person at the right time - on the right device.

With Atatus, you can monitor performance of your Drupal online store in real-time.

Drupal Website Monitoring

1. Add Atatus RUM agent to your Drupal website

You have to add atatus snippet in druapl base template file. If you are using default theme garland, then open following file

<drupal_home_directory>/themes/garland/page.tpl.php

Here replace drupal_home_directory with your drupal home directory.

2. Add the following script after the line <?php print render($page['header']); ?>.

<script src="https://dmc1acwvwny3.cloudfront.net/atatus.js"></script>
<script type="text/javascript">atatus.config('YOUR_BROWSER_API_KEY').install();</script>

Here replace YOUR_BROWSER_API_KEY with your API Key.

3. Restart your drupal app

Drupal Backend Monitoring

You can monitor your Drupal PHP back-end with Atatus APM. You can install our PHP APM agent by just following our steps.