You are here

constant NAGIOS_STATUS_CRITICAL in Nagios Monitoring 6

Same name and namespace in other branches
  1. 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_CRITICAL
  2. 5 nagios.module \NAGIOS_STATUS_CRITICAL
  3. 7 nagios.module \NAGIOS_STATUS_CRITICAL
3 uses of NAGIOS_STATUS_CRITICAL
nagios_check_cron in ./nagios.module
Check when the Drupal cron system was last invoked.
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.

File

./nagios.module, line 8

Code

define('NAGIOS_STATUS_CRITICAL', variable_get('nagios_status_critical_value', 2));