Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download monitoring-7.x-1.0-beta1.tar.gztar.gz 80.42 KB
MD5: 5eda949e05b1aa38b2c630dfeebe3032
SHA-1: cef2ebd895a71ef38511b0e4004937bc4bcc077d
SHA-256: 0653159aa16c87399e2ec878f496bc8f2797f5fa5474b4393de1d96bd4e0094a
Download monitoring-7.x-1.0-beta1.zipzip 124.17 KB
MD5: 600ba79da2c2d93d9459f926e2cb34fe
SHA-1: 550d2f2fedd0e29e33146b51de21f5cb595a1c97
SHA-256: 4085e4736634473c0c99ca18f43accaf2394446ee93d677b48c92b523a13f5ed

Release notes

This is the first beta release of the Monitoring project. After three weeks of hard work since the alpha1 release, we're ready to freeze the API.

The project should now be ready for widespread testing, a large number of improvements were made since the last release, uncountable improvements to our API's, better error handling by using exceptions, improved drush integration, exposing sensors and results through services, sensors for Drupal Commerce, better UI's and much much more, see the full changelog below.

Changes since 7.x-1.0-alpha1:

  • #2170949 by miro_dietiker, Berdir: Used runSensor() whenever possible in API tests.
  • #2185977 by Berdir: Unify methods on SensorResultInterface, remove Sensor prefix.
  • #2184033 by Berdir: Improve and simplify Threshold settings, form handling and checks.
  • #2175771 by Berdir | miro_dietiker: Removed sensor name argument from monitoring_sensor_info(), use sensor manager directly instead.
  • #2161609 by Berdir, ytsurk: Added per-sensor force execution link to overview.
  • #2175051 by blueminds, Berdir: Improve drush commands, add json output option, support for running all sensors, sensor disable and enable.
  • #2161713 by Berdir: Refactor SensorDrupalUpdate::runSensor() to improve readability.
  • #2164121 by Berdir: Removed too chatty watchdog logging for critical sensors.
  • #2179409 by Berdir | miro_dietiker: Fixed UI Inconsistency regarding sensor status.
  • #2181537 by Berdir, blueminds: Added commerce turnover / order sensors.
  • #2158155 by Berdir: Improve sensor detail page, added test coverage.
  • #2161617 by ytsurk, Berdir: Added validation for thresholds.
  • #2180029 by blueminds: Introduce SensorResult::toArray(), remove SensorResult::getEntityValues(), support --expand for sensor info to service output and add URIs.
  • #2158149 by blueminds, Berdir, miro_dietiker: Added oldest sensor age to overview.
  • #2182069 by miro_dietiker: Fixed various documentation and codestyle issues.
  • #2167879 by blueminds: Added logout sensor.
  • #2181471 by blueminds: Fixed uncaught exception on log table.
  • #2164513 follow-up by blueminds: Force number format for floating point values in views.
  • #2168537 by blueminds: Added module label to Enabled module sensor message.
  • #2181459 by Berdir: Fixed monitoring_demo_enable() enables non-existing sensors
  • #2165757 by blueminds: Added active sessions sensor.
  • #2164343 by blueminds, Berdir, miro_dietiker: Make us understand value types, improve unit value formatting.
  • #2177491 by blueminds, Berdir: Ensure that all hook_monitoring_sensor_info() keys do use underscore instead of spaces and singular terms.
  • #2164481 by blueminds: Expose sensor info and results as services.
  • #2170141 by blueminds, Berdir: Improve and standardize sensor names and prefixes.
  • #2165719 by blueminds, Berdir, miro_dietiker: Provide simplytest.me integration.
  • #2161651 by Berdir | miro_dietiker: Cleanup verbose API and definition.
  • #2161189 by blueminds | miro_dietiker: Threshold exceeds escalates wrongly on equal.
  • #2170957 by Berdir: Throw exceptions for missing and disabled sensors in SensorManager and SensorRunner.
Created by: Berdir
Created on: 1 Feb 2014 at 00:10 UTC
Last updated: 31 Jul 2015 at 06:49 UTC
Bug fixes
New features

Other releases