You are here

function nagios_hook_test_module_nagios_info in Nagios Monitoring 8

Implements hook_nagios_info().

For more details please read the section 'API' section within README.txt.

File

tests/modules/nagios_hook_test_module/nagios_hook_test_module.module, line 10

Code

function nagios_hook_test_module_nagios_info() {
  return [
    'name' => 'nagios_hook_test_module',
    'id' => 'NAGIOS_CHECK_KEY',
  ];
}