You are here

namespace Drupal\monitoring\Sensor in Monitoring 8

Same name in other branches
  1. 7 Drupal\monitoring\Sensor
Classsort descending Location Description
DisabledSensorException src/Sensor/DisabledSensorException.php Thrown if a disabled sensor is requested to be executed.
NonExistingSensorException src/Sensor/NonExistingSensorException.php Thrown if a sensor is requested that does not exist.
SensorCompilationException src/Sensor/SensorCompilationException.php Thrown in case of an error during sensor result compilation.
SensorManager src/Sensor/SensorManager.php Manages sensor definitions and settings.
Thresholds src/Sensor/Thresholds.php Determine status based on thresholds during sensor run.