Actions
Feature #424
closedDashboardController#index should also respond to JSON and YAML content types
Description
DashboardController#index
currently only responds to requests for the content type text/html
.
The information on that page (e. g. count of hosts which are out of sync) can be interesting for monitoring purposes so the output should also be machine parsable.
Files
Actions