You are here

function performance_nagios_info in Performance Logging and Monitoring 6.2

Same name and namespace in other branches
  1. 6 performance.module \performance_nagios_info()
  2. 7.2 performance.module \performance_nagios_info()
  3. 7 performance.module \performance_nagios_info()

Implementation of hook_nagios_info().

1 call to performance_nagios_info()
performance_nagios in ./performance.module
Implementation of hook_nagios().

File

./performance.module, line 757
Logs detailed and/or summary page generation time and memory consumption for page requests. Copyright Khalid Baheyeldin 2008 of http://2bits.com

Code

function performance_nagios_info() {
  return array(
    'name' => 'Performance logging',
    'id' => 'PERF',
  );
}