Commit graph

16 commits

Author SHA1 Message Date
Samuel Berthe
2f9c0c0483
upgrade ruby version 2025-02-16 23:15:43 +01:00
Samuel Berthe
eb92a79898
upgrade github action ruby version 2025-02-04 16:44:40 +01:00
guruevi
70ac7d9cae
Various updates and quality of life changes (#405)
* smartctl_exporter publishes both drive_trip and current drive temperatures. Since most of the alerts are going to be permanent, it does not make sense to wait for the alert to be on for a certain time. Temperature sensors likewise vary, using the last sample is not sufficient to alert on potential issues.

* Add an option to run GitHub Action manually

* Add an option to force running the action for testing purposes

* Set variables correctly

* Set variables correctly

* Publish

* Clean up some more metrics

* Publish

* Minor bug fixes

* Publish

* Removed queries that throw errors when systems are upgraded. Also fixed and simplified a few Postgres queries.

* Publish

* Refined some more queries

* Publish

* PostgreSQL now has optimized autovacuum behavior

* Publish

* PostgreSQL now has optimized autovacuum behavior

* Publish

* Publish

* Query fails if instance names are not unique across jobs. This fixes it.

* Publish

* Ruby is out of date

---------

Co-authored-by: samber <samber@users.noreply.github.com>
2025-01-28 06:06:47 +01:00
dependabot[bot]
672f26692c
build(deps): bump actions/checkout from 3 to 4 (#390)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 10:22:35 +02:00
Roman Pertl
0eb66a5d2c
fix(ci): split rule groups into seperate files (#368)
- mitigate an issue that command line is too long for
  liquid-cli
2023-07-15 18:05:25 +02:00
Samuel Berthe
1652c24e67
Create .github/FUNDING.yml 2023-03-21 10:06:15 +01:00
Samuel Berthe
a4f6366148
chore(ci): upgrade ruby 2022-08-02 10:18:02 +02:00
dependabot[bot]
6afcf31df4
build(deps): bump actions/checkout from 2 to 3 (#297)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-24 00:22:46 +02:00
John Losito
707ee49fdb
Check for gha updates monthly using dependabot (#295) 2022-07-24 00:12:37 +02:00
Samuel Berthe
af06c49c39
yet another quality commit 2022-06-15 02:13:12 +02:00
Samuel Berthe
0adc449e1e
debug 2022-06-15 02:08:01 +02:00
Samuel Berthe
d9697f070d
debug 2022-06-15 02:07:16 +02:00
Samuel Berthe
a4809f9e9f
oops 2022-06-15 02:05:34 +02:00
Samuel Berthe
9bbe04799f
feat: build and publish into dist/rules 2022-06-15 01:42:18 +02:00
Grant
9ce0ad02be
Update GH action to use support ruby/setup-ruby (#282) 2022-04-22 18:56:57 +02:00
Samuel Berthe
8941f71c6c
chore(ci): adding test with promtool (#281) 2022-04-18 23:30:32 +02:00