Results 254 comments of Daenney

Not right now because the file bucket is a Puppet HTTP call, not something that PuppetDB can tell us.

If someone feels like implementing it sure, I don't have the time to work on a Puppet API HTTP client too though.

@bootc That's awesome! However, with [PQL](https://puppet.com/blog/introducing-puppet-query-language-pql) now in PuppetDB and PQL support pending in pypuppetdb/Puppetboard I'm not sure what the added value is of introducing it at this point. I'd...

You're going to have to be a bit more specific here. I never used the CSV export so I have no idea what data it exported and how that was...

The time series query in question is `probe_icmp_duration_seconds{phase="rtt"}*1000`. It gets an extra set of labels in my case at ingestion time that set the geohash for the target I'm pinging.

Genius, thank you! That does indeed work. I'm not quite sure I understand why though :sweat_smile:.

It's not published on GHCR I'm afraid. The README has it as `hemtjanst/tradfri-mqtt`, meaning Docker Hub. Unfortunately that organisation got swept up in one of the many Docker Hub usage...

This is really cool. I'm wondering if we can do one better by checking the filesystem first and then falling back to embedded? For example, it's currently possible to override...

> I have implemented this change in #18. But I just realized that we don't need template path in `config.yaml` now that it's embedded. Also I embedded static files in...

> > We should keep the static and template directories configurable and loadable from the filesystem, if they exist. > > I was thinking if the path for `static` and/or...