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