constant MONITORING_DRUSH_SENSOR_STATUS_CRITICAL in Monitoring 8
Same name and namespace in other branches
- 7 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 17 - Drush support for monitoring.
Code
define('MONITORING_DRUSH_SENSOR_STATUS_CRITICAL', 3);