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