You are here

constant MONITORING_DRUSH_SENSOR_STATUS_CRITICAL in Monitoring 7

Same name and namespace in other branches
  1. 8 monitoring.drush.inc \MONITORING_DRUSH_SENSOR_STATUS_CRITICAL

Exit code for a critical sensor status.

1 use of MONITORING_DRUSH_SENSOR_STATUS_CRITICAL
monitoring_drush_run in ./monitoring.drush.inc
Drush callback to get sensor results.

File

./monitoring.drush.inc, line 18
Drush support for monitoring.

Code

define('MONITORING_DRUSH_SENSOR_STATUS_CRITICAL', 3);