You are here

function prod_check_enable_nagios in Production check & Production monitor 7

Same name and namespace in other branches
  1. 6 includes/prod_check.admin.inc \prod_check_enable_nagios()

Callback to add nagios settings.

5 string references to 'prod_check_enable_nagios'
prod_check_nagios in ./prod_check.module
Implementation of hook_nagios()
prod_check_nagios_info in ./prod_check.module
Implementation of hook_nagios_info()
prod_check_requirements in ./prod_check.install
Implementation of hook_requirements().
prod_check_settings_form in includes/prod_check.admin.inc
Build settings form.
prod_check_settings_form_submit in includes/prod_check.admin.inc
Submit for settings form.

File

includes/prod_check.admin.inc, line 386

Code

function prod_check_enable_nagios($form, &$form_state) {
  return $form['prod_check_nagios']['nagios'];
}