Elof

Results 17 issues of Elof

## Use Case A normal docker setup do **not** syslog container output to the systemd journal (by default container output is placed in json logfiles under `/var/lib/docker/containers/*/*.log`). Only internal messages...

feature
community

I want to stop a running container **and** remove its image in **one** single puppet run (without having to build custom puppet Stages or simillar, just to get the correct...

feature
community

Thanks very much for the notification fix in #1823. However, I feel I have to be a pain in the ass, complain, and create a new issue. :-) Notifications only...

enhancement
hacktoberfest

Hi @dalen ! As described in my post in #567 , I'm not at all famillar with npm. Here you also see exactly what steps I did to set up...

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...

(If implemented, this issue replaces issues #67 and #68) Request: On the dashboard i have "Nodes NOT in production env" (query => '#node.catalog_environment != production') This board shows "3". When...

Hi! Request: In the Facts tab I select "uptime_days" and see a pie-chart of all nodes' uptimes. I'd like to be able to drill down in this chart to see...

Request: If https://github.com/dalen/puppetexplorer/issues/67 (a new facts drill down page) is fixed, it would also be nice if the Dashboard tab could show cells linking to said page. The cell itself...

In config.js(.example), please add something like this (I'm no programmer but I think you get the idea): ``` DASHBOARD_PANELS = [ {"name":"Nodes with failures","type":"danger","query":"#node.latest_report_status=\"failed\""}, {"name":"Nodes with pending jobs","type":"warning","query":"#report { latest_report?=true...

If you search this project for the string "page=50" you'll find the places where the pagination counter is hardcoded to 50 elements per page. Could this please become a custom...