puppetexplorer icon indicating copy to clipboard operation
puppetexplorer copied to clipboard

Dashboard auto-refresh

Open elofu17 opened this issue 7 years ago • 0 comments

Hi!

I'd like the dashboard page to automatically update every NNN seconds.

This should also be configurable via the puppet module puppet-puppetexplorer, perhaps by adding something like this:

    class { '::puppetexplorer':
      servername                => $puppetexplorer_url,
      manage_apt                => false,
      port                      => 443,
      ssl                       => true,
      unresponsive_hours        => 24,
 ---> dashboard_refresh_seconds => 300,     <--------------------
      dashboard_panels          => [ ... ],
      node_facts                => [ ... ],
      ...

elofu17 avatar Mar 29 '18 14:03 elofu17