constant NAGIOS_STATUS_UNKNOWN in Nagios Monitoring 7
Same name and namespace in other branches
- 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_UNKNOWN
- 5 nagios.module \NAGIOS_STATUS_UNKNOWN
- 6 nagios.module \NAGIOS_STATUS_UNKNOWN
3 uses of NAGIOS_STATUS_UNKNOWN
- 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_status_page in ./
nagios.module - Callback for the nagios status page
File
- ./
nagios.module, line 10
Code
define('NAGIOS_STATUS_UNKNOWN', variable_get('nagios_status_unknown_value', 3));