constant NAGIOS_STATUS_WARNING in Nagios Monitoring 7
Same name and namespace in other branches
- 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_WARNING
- 5 nagios.module \NAGIOS_STATUS_WARNING
- 6 nagios.module \NAGIOS_STATUS_WARNING
5 uses of NAGIOS_STATUS_WARNING
- hook_nagios in ./
nagios.api.php - Does the actual work of checking something.
- nagios_check_requirements in ./
nagios.module - Check all Drupal requirements are satisfied.
- nagios_check_watchdog in ./
nagios.module - Check Drupal {watchdog} table recent entries.
- nagios_nagios_settings in ./
nagios.module - Implements hook_nagios_settings().
- nagios_status_page in ./
nagios.module - Callback for the nagios status page
File
- ./
nagios.module, line 8
Code
define('NAGIOS_STATUS_WARNING', variable_get('nagios_status_warning_value', 1));