namespace Drupal\nagios\Controller in Nagios Monitoring 8
|
Class |
Location | Description |
|---|---|---|
| RequirementsController |
src/ |
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/ |
Class StatuspageController produces the HTTP output that the bash script in the nagios-plugin directory understands. |