Skip to content

Commit be29afb

Browse files
authored
Merge pull request #21 from VersusControl/docs
(docs): update README
2 parents a0499c2 + 5ba3138 commit be29afb

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ spec:
334334
spec:
335335
containers:
336336
- name: versus-incident
337-
image: ghcr.io/versuscontrol/versus-incident:v1.0.0
337+
image: ghcr.io/versuscontrol/versus-incident
338338
ports:
339339
- containerPort: 3000
340340
livenessProbe:

src/cloudwatch-alarm-sns.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Configuring CloudWatch to send Alert to Versus Incident
22

3+
![Diagram](docs/images/diagram.png)
4+
35
In this guide, you’ll learn how to set up a CloudWatch alarm to trigger when RDS CPU usage exceeds 80% and send an alert to Slack and Telegram.
46

57
**Prerequisites**

src/docs/images/diagram.png

426 KB
Loading

src/fluent-bit.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Configuring Fluent Bit to Send Error Logs to Versus Incident
22

3+
![Diagram](docs/images/diagram.png)
4+
35
Fluent Bit is a lightweight log processor and forwarder that can filter, modify, and forward logs to various destinations. In this tutorial, we will configure Fluent Bit to filter logs containing [ERROR] and send them to the Versus Incident Management System using its REST API.
46

57
### Understand the Log Format

src/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ spec:
285285
spec:
286286
containers:
287287
- name: versus-incident
288-
image: ghcr.io/versuscontrol/versus-incident:v1.0.0
288+
image: ghcr.io/versuscontrol/versus-incident
289289
ports:
290290
- containerPort: 3000
291291
livenessProbe:

0 commit comments

Comments
 (0)