Samuel Berthe
1e4ea0b3e7
Update rules.yml
2024-06-06 22:53:29 +02:00
samber
8759c50440
Publish
2024-05-23 12:45:56 +00:00
Samuel Berthe
9b0ac7d230
Update rules.yml
2024-05-23 14:44:45 +02:00
dependabot[bot]
61a40270d9
build(deps-dev): bump rexml from 3.2.5 to 3.2.8 ( #420 )
...
Bumps [rexml](https://github.com/ruby/rexml ) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases )
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md )
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8 )
---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 23:28:17 +02:00
samber
7dd767c4b4
Publish
2024-05-15 06:10:06 +00:00
Samuel Berthe
1adecd9ee7
Update rules.yml
2024-05-15 08:08:58 +02:00
Enes Yalınkaya
9877561b6c
fix elasticsearch rate rules ( #418 )
...
* fix elasticsearch rate rules
* fix
* fix
* fix
2024-05-15 08:07:55 +02:00
samber
826be5877f
Publish
2024-05-14 18:44:11 +00:00
R.Sicart
262e451625
kube hpa lint and improvement ( #417 )
...
* fix: hpa alerts are using label but the queries remove it
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
* fix: hpa alert is using label but the query removes it
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
* feat: hpa scale max should not alert when min and max are the same
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
---------
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
2024-05-14 20:43:00 +02:00
samber
81079a2a7e
Publish
2024-05-14 18:35:54 +00:00
R.Sicart
8460f9008e
fix: some kube api alert lint ( #416 )
...
* fix: apiserver regexp matchers are automatically fully anchored
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
* fix: apiserver errors alert is using label but the query removes it
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
* fix: apiserver latency alert is using label but the query removes it
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
---------
Signed-off-by: R.Sicart <roger.sicart@gmail.com>
2024-05-14 20:34:43 +02:00
dependabot[bot]
4963331101
build(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 ( #415 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 01:41:57 +02:00
samber
04886da968
Publish
2024-05-13 10:10:12 +00:00
Florian Schlichting
396083a2a1
Fix HaproxyBackendMaxActiveSession: look at current / limit ( #413 )
...
haproxy_backend_max_sessions is the maximum number of sessions ever encountered during the lifetime of the HAProxy process. That is, it will never go down until HAProxy is restarted, so the alert continues to fire even though the situation has cleared!
This doesn't make sense. Look at the currently active sessions instead.
2024-05-13 12:09:04 +02:00
samber
613401a960
Publish
2024-05-13 09:12:01 +00:00
Vijay Dharap
870bbd47d2
Fixed HPA rule to use more correct condition ( #408 )
...
* Fixed HPA rule to use more correct condition
* Update rules.yml
---------
Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
2024-05-13 11:10:55 +02:00
Samuel Berthe
847143ecc9
Update README.md
2024-05-13 10:42:04 +02:00
samber
84b0569c97
Publish
2024-05-13 08:33:30 +00:00
Ali
2547288c13
Added Clickhouse ( #412 )
...
* Added Clickhouse
* Update rules.yml
Added reasonable time periods for each query to avoid false positives and in some cased give the system a short window to try to solve the issue.
Also changed the severity level of authentication alerts from critical to info which seems more appropriate
* Modified time period for alerts embedded-exporter.yml
I made a few adjustments in time periods.
See if they seem reasonable or not
* Replication alerts time periods were adjusted
IMHO, replication alerts must be sent right away.
2024-05-13 10:32:18 +02:00
samber
515fca9c10
Publish
2024-05-05 23:33:11 +00:00
enesyalinkaya
59e6a9165d
add new alerts for elasticsearch rules.yml ( #411 )
...
This commit adds new Prometheus alert definitions to monitor indexing and query metrics in Elasticsearch clusters. These alerts are essential for detecting performance issues related to indexing and querying activities.
2024-05-06 01:32:00 +02:00
samber
5c0963558a
Publish
2024-05-02 18:49:56 +00:00
Sergey Shtoltz
aad1c4cd95
RedisOutOfConfiguredMaxmemory: checking if memory limit is set ( #410 )
2024-05-02 20:48:46 +02:00
samber
b77cb3467c
Publish
2024-04-29 20:36:49 +00:00
Samuel Berthe
267c3e8e70
Update rules.yml
2024-04-29 22:35:43 +02:00
samber
6b05a59ad9
Publish
2024-03-26 15:57:31 +00:00
Rastislav Pôbiš
2494ccdf31
Added prepared statements mysqld-exporter alert ( #407 )
2024-03-26 16:56:15 +01:00
Samuel Berthe
85b102df08
Welcome @betterstack-community ✌️
2024-03-21 16:25:24 +01:00
Samuel Berthe
f5b199faea
welcome @betterstack-community ✌️
2024-03-21 16:22:34 +01:00
Samuel Berthe
46781af565
welcome @betterstack-community ✌️
2024-03-21 16:16:00 +01:00
samber
693c9e51b2
Publish
2024-03-11 22:29:17 +00:00
Samuel Berthe
1eb5c5834f
Update rules.yml
2024-03-11 23:28:06 +01:00
samber
7b3cef8bf9
Publish
2024-03-11 21:56:16 +00:00
Samuel Berthe
90706282ad
Update rules.yml
2024-03-11 22:55:05 +01:00
samber
e2d3dadbc5
Publish
2024-02-12 08:42:15 +00:00
Samuel Berthe
05c4716c2b
Fix KubernetesAPIserverlatency
2024-02-12 09:41:03 +01:00
samber
c3258de6c7
Publish
2024-02-10 22:25:26 +00:00
Samuel Berthe
f5f6b338a3
fix: high/low cpu alert
2024-02-10 23:24:10 +01:00
Samuel Berthe
937cd35df7
💄
2024-02-10 20:04:17 +01:00
samber
284db65e46
Publish
2024-02-10 19:02:28 +00:00
Samuel Berthe
5f57f09db0
fix(HostOutOfInodes): exclude msdosfs FS
...
See #398
2024-02-10 20:01:19 +01:00
dependabot[bot]
2a2a1305ba
build(deps-dev): bump nokogiri from 1.14.3 to 1.16.2 ( #401 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.14.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.3...v1.16.2 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 20:33:50 +01:00
samber
0dba950ccc
Publish
2024-02-09 19:25:17 +00:00
Samuel Berthe
854688d17a
Update README.md
2024-02-09 20:24:10 +01:00
Marek Červenka
4eb0e910e7
SMART monitoring ( #402 )
...
* SMART monitoring
* query regex fix
---------
Co-authored-by: Marek Cervenka <cervenka@ipex.cz>
2024-02-09 20:23:30 +01:00
Samuel Berthe
0727f2ef2e
Update rules.yml
2024-01-26 04:10:22 +01:00
Brett Beutell
56a7e0d03a
Update rule for host memory underutilization to use avg_over_time instead of rate, since node_memory_MemAvailable_bytes is a gauge ( #400 )
2024-01-26 04:09:35 +01:00
samber
df4016bf6a
Publish
2024-01-20 19:34:37 +00:00
josedev-union
c6ff5a59dc
feat: Add rules for Graph Node ( #387 )
...
Co-authored-by: josedev-union <josedev-union@users.noreply.github.com>
2024-01-20 20:33:26 +01:00
Samuel Berthe
31a27fb9e0
fix screeb
2023-12-11 23:49:35 +01:00