constant NAGIOS_STATUS_CRITICAL in Nagios Monitoring 7
Same name and namespace in other branches
- 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_CRITICAL
- 5 nagios.module \NAGIOS_STATUS_CRITICAL
- 6 nagios.module \NAGIOS_STATUS_CRITICAL
4 uses of NAGIOS_STATUS_CRITICAL
- nagios_check_cron in ./
nagios.module - Check when the Drupal cron system was last invoked.
- nagios_check_elysia_cron in ./
nagios.module - Check when the Drupal cron system was last invoked.
- nagios_check_requirements in ./
nagios.module - Check all Drupal requirements are satisfied.
- nagios_check_watchdog in ./
nagios.module - Check Drupal {watchdog} table recent entries.
File
- ./
nagios.module, line 9
Code
define('NAGIOS_STATUS_CRITICAL', variable_get('nagios_status_critical_value', 2));