You are here

namespace Drupal\monitoring\Sensor in Monitoring 7

Same name in other branches
  1. 8 Drupal\monitoring\Sensor
Classsort descending Location Description
DisabledSensorException lib/Drupal/monitoring/Sensor/DisabledSensorException.php Thrown if a disabled sensor is requested to be executed.
NonExistingSensorException lib/Drupal/monitoring/Sensor/NonExistingSensorException.php Thrown if a sensor is requested that does not exist.
Sensor lib/Drupal/monitoring/Sensor/Sensor.php Abstract SensorInterface implementation with common behaviour.
SensorCompilationException lib/Drupal/monitoring/Sensor/SensorCompilationException.php Thrown in case of an error during sensor result compilation.
SensorConfigurable lib/Drupal/monitoring/Sensor/SensorConfigurable.php Abstract configurable sensor class.
SensorConfigurableInterface lib/Drupal/monitoring/Sensor/SensorConfigurableInterface.php Interface for a configurable sensor.
SensorExtendedInfoInterface lib/Drupal/monitoring/Sensor/SensorExtendedInfoInterface.php Interface for a sensor with extended info.
SensorInfo lib/Drupal/monitoring/Sensor/SensorInfo.php Represents a sensor info as defined in hook_monitoring_sensor_info().
SensorInterface lib/Drupal/monitoring/Sensor/SensorInterface.php Interface for a sensor defining basic operations.
SensorManager lib/Drupal/monitoring/Sensor/SensorManager.php Manages sensor definitions and settings.
SensorThresholds lib/Drupal/monitoring/Sensor/SensorThresholds.php Abstract class providing configuration form for Sensor with thresholds.
SensorThresholdsInterface lib/Drupal/monitoring/Sensor/SensorThresholdsInterface.php Interface for a sensor with thresholds.
Thresholds lib/Drupal/monitoring/Sensor/Thresholds.php Determine status based on thresholds during sensor run.