constant MONITORING_DRUSH_SENSOR_STATUS_OK in Monitoring 8
Same name and namespace in other branches
- 7 monitoring.drush.inc \MONITORING_DRUSH_SENSOR_STATUS_OK
Exit code for a proper run with OK status.
1 use of MONITORING_DRUSH_SENSOR_STATUS_OK
- monitoring_drush_run in ./
monitoring.drush.inc - Drush callback to get sensor results.
File
- ./
monitoring.drush.inc, line 29 - Drush support for monitoring.
Code
define('MONITORING_DRUSH_SENSOR_STATUS_OK', 0);