You are here

Files in Production check & Production monitor 6

Primary tabs

File namesort descending Location Namespace Description
apc.ini.txt docs/apc.ini.txt extension=apc.so # commented entries are set by…
prod-check.css css/prod-check.css /* Prod monitor settings page styling */ .prod-check-settings{float:left;padding:0 5px;} .prod-check-settings.odd{background-color:#f8f8f8;} .prod-check-settings.even{background-color:#f1f1f1;} #edit-prod-check-module-list-day-wrapper,…
prod-monitor-performance.tpl.php prod_monitor/templates/prod-monitor-performance.tpl.php Template that renders a google graph. Feel free to override it if you prefer another graphing mechanism by placing it in your themes folder.
prod-monitor.css prod_monitor/css/prod-monitor.css /* Prod monitor settings page styling */ .prod-check-settings{float:left;padding:0 5px;} .prod-check-settings.odd{background-color:#f8f8f8;} .prod-check-settings.even{background-color:#f1f1f1;}
prod_check.admin.inc includes/prod_check.admin.inc
prod_check.apc.inc includes/prod_check.apc.inc
prod_check.api.php prod_check.api.php
prod_check.dbconnect.php prod_check.dbconnect.php Simple database connection check that can be placed anywhere within a Drupal installation. Does NOT need to be in the root where index.php resides!
prod_check.drush.inc prod_check.drush.inc
prod_check.info prod_check.info name = "Production check" description = "Check a site to see if it's properly setup for production use." package = "Monitoring" core = "6.x"
prod_check.install prod_check.install
prod_check.memcache.inc includes/prod_check.memcache.inc
prod_check.module prod_check.module
prod_check.opcache.data_sample.inc includes/prod_check.opcache.data_sample.inc
prod_check.opcache.inc includes/prod_check.opcache.inc
prod_check.theme.inc includes/prod_check.theme.inc
prod_check.update.inc includes/prod_check.update.inc
prod_monitor.admin.inc prod_monitor/includes/prod_monitor.admin.inc
prod_monitor.api.php prod_monitor/prod_monitor.api.php Documentation on api functions for prod_monitor.
prod_monitor.drush.inc prod_monitor/prod_monitor.drush.inc
prod_monitor.info prod_monitor/prod_monitor.info name = "Production monitor" description = "Monitors sites which make use of the Production check module" package = "Monitoring" core = "6.x"
prod_monitor.install prod_monitor/prod_monitor.install
prod_monitor.module prod_monitor/prod_monitor.module
prod_monitor.theme.inc prod_monitor/includes/prod_monitor.theme.inc
prod_monitor.update.inc prod_monitor/includes/prod_monitor.update.inc
README.txt README.txt README file for the Production check & Production monitor Drupal modules. Introduction ============ When bringing a site live, you should double check a lot of settings, like the error logging, site e-mail, disabling the Devel module and so…

Other projects