Project

General

Profile

« Previous | Next » 

Revision 33d9f9ee

Added by Lukas Zapletal over 8 years ago

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview
status cards with error/warning counts, failed modules list with latest
known error messages.

View differences:

config/routes.rb
get 'tftp_server'
get 'puppet_environments'
get 'puppet_dashboard'
get 'log_pane'
get 'failed_modules'
get 'errors_card'
get 'modules_card'
post 'expire_logs'
end
constraints(:id => /[^\/]+/) do
resources :puppetca, :only => [:index, :update, :destroy] do

Also available in: Unified diff