constant MONITORING_DRUSH_SENSOR_STATUS_UNKNOWN in Monitoring 7
Same name and namespace in other branches
- 8 monitoring.drush.inc \MONITORING_DRUSH_SENSOR_STATUS_UNKNOWN
Exit code for an unknown sensor status.
1 use of MONITORING_DRUSH_SENSOR_STATUS_UNKNOWN
- monitoring_drush_run in ./
monitoring.drush.inc - Drush callback to get sensor results.
File
- ./
monitoring.drush.inc, line 22 - Drush support for monitoring.
Code
define('MONITORING_DRUSH_SENSOR_STATUS_UNKNOWN', 2);