Varac

Results 128 issues of Varac

I'd like to dump facts from an openwrt (19.07.8) device, but the setup module complains about a missing python interpreter: ``` ❯ ansible -m setup --tree facts box box |...

I'd like to be able to save/open different reporting profiles. I.e. I have different regex expressions for my personal vs. freelancing view. It would be great if I could save...

The below example shows that [prometheus-alert-overrider](https://github.com/lablabs/prometheus-alert-overrider) can't properly override a query with multiple metrics combined with OR. The first metric is overridden fine, but the second one is not: ```...

I have this alert expression which I'd like to override: ``` - alert: BlackboxSlowProbe expr: 'avg_over_time(probe_duration_seconds[2m]) > 5' ``` The override looks like this: ``` - alert: BlackboxSlowProbe_slow override: ["BlackboxSlowProbe"]...

I'm trying to override two alerts with the same name (see https://awesome-prometheus-alerts.grep.to/rules#rule-blackbox-1-5 and https://awesome-prometheus-alerts.grep.to/rules#rule-blackbox-1-6). I don't know how I would approach/deal with this anyhow, but I still wanted to report...

It would be great to be able to handle multiple databases (maybe each of them which a dedicated search string configured).

enhancement

I'm working with a few git repos that gpg sign their commits by default. Signatures are shown in the diff view, but it would be awesome to show them in...

This change introduces a major Postgresql upgrade (from 15.1.0 to 16.1.0). From https://artifacthub.io/packages/helm/bitnami/postgresql/13.2.24#to-13-0-0: This major version changes the default PostgreSQL image from 15.x to 16.x. Follow the [official instructions](https://www.postgresql.org/docs/15/upgrading.html) to...

Great dendrite now has a helm chart! Please consider creating a proper helm chart repo (github pages ?) and publish chart on artifacthub.io. The [existing charts](https://artifacthub.io/packages/search?ts_query_web=dendrite&sort=relevance&page=1) are pretty outdated. Thanks...

T-Enhancement

One feature missing is the ability to visualize work time over a week, like Zeit or Timewarrior provide. See these examples: * https://github.com/mrusme/zeit#statistics: ![image](https://user-images.githubusercontent.com/488213/216988599-9701a4fb-71f9-4ea3-9a7c-b6a732d95d1b.png) * [Timewarrior](https://jrisch.medium.com/tracking-time-with-taskwarrior-and-timewarrior-6759f3542276): ![image](https://user-images.githubusercontent.com/488213/216989280-decbb4c9-37ab-460e-bfaa-58635029f7e2.png) Imo a visualization...