You are here

namespace Drupal\nagios\Controller in Nagios Monitoring 8

Classsort descending Location Description
RequirementsController src/Controller/RequirementsController.php Get the run-time requirements and status information. module_invoke_all('requirements', 'runtime') returns an array that isn't keyed by the module name, eg we might get a key 'ctools_css_cache'. We have no way of…
StatuspageController src/Controller/StatuspageController.php Class StatuspageController produces the HTTP output that the bash script in the nagios-plugin directory understands.