You are here

constant MONITORING_DRUSH_SENSOR_STATUS_OK in Monitoring 7

Same name and namespace in other branches
  1. 8 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 30
Drush support for monitoring.

Code

define('MONITORING_DRUSH_SENSOR_STATUS_OK', 0);