Update README.md
Costa Tsaousis committed
Oct 9, 2023 at 04:35 UTC
66d0c506d8e47277ccd51839560a2855e9eaae74
1 file changed
+6
-6
README.md
+6
-6
@@ -54,7 +54,7 @@ It scales nicely from just a single server to thousands of servers, even in comp
54
Comes with hundreds of alerts out of the box to detect common issues and pitfalls, revealing issues that can easily go unnoticed. It supports several notification methods to let you know when your attention is needed.
55
56
- 📖 **systemd Journal Logs Explorer** (beta, in the nightly release channel)<br/>
57
- Provides a systemd journal logs explorer, to view, filter and analyze system and applications logs by directly accessing systemd journal files on individual hosts and infrastructure-wide logs centralization servers.
57
+ Provides a `systemd` journal logs explorer, to view, filter and analyze system and applications logs by directly accessing `systemd` journal files on individual hosts and infrastructure-wide logs centralization servers.
58
59
- :sunglasses: **Low Maintenance**<br/>
60
Fully automated in every aspect: automated dashboards, out-of-the-box alerts, auto-detection and auto-discovery of metrics, zero-touch machine-learning, easy scalability and high availability, and CI/CD friendly.
@@ -66,7 +66,7 @@ It scales nicely from just a single server to thousands of servers, even in comp
66
67
NEW: **Netdata and LOGS !** 🥳</br>
68
69
-Check the [SystemD-Journal Plugin of Netdata](https://github.com/netdata/netdata/tree/master/collectors/systemd-journal.plugin), that allows you to view, explore, analyze and query SystemD-Journal logs!
69
+Check the [systemd-journal plugin of Netdata](https://github.com/netdata/netdata/tree/master/collectors/systemd-journal.plugin), that allows you to view, explore, analyze and query `systemd` journal logs!
70
The plugin is available from Oct 3, 2023 to nightly channel users.
71
72

@@ -119,9 +119,9 @@ The plugin is available from Oct 3, 2023 to nightly channel users.
119
|:-----------------------------:|:---------------------------------------------------------------------------------------------------:|:------------:|:-------------------------------------------------------------------------------------------------------:|
120
| WebRTC | Browser to Agent communication via WebRTC. | later | POC |
121
| Advanced Troubleshooting | Expanded view of dashboard charts integrating Metrics Correlations, Anomaly Advisor, and many more. | later | interrupted |
122
-| Easy Custom<br/>Dashboards | Drag and drop charts to create custom dashboards on the fly, while troubleshooting! | next | planned |
123
-| More Customizability | Set default settings for all charts and views! | next | planned |
124
-| SystemD Journal | View the SystemD Journal of your systems on the dashboard. | soon | in nightly |
122
+| Easy Custom<br/>Dashboards | Drag and drop charts to create custom dashboards on the fly, while troubleshooting! | soon | planned |
123
+| More Customizability | Set default settings for all charts and views! | soon | planned |
124
+| `systemd` journal | View the `systemd` journal logs of your systems on the dashboard. | now | in nightly |
125
| UCUM Units | Migrate all metrics to the Unified Code for Units of Measure. | soon | in progress |
126
| **Netdata Cloud<br/>On-Prem** | **Netdata Cloud available for On-Prem installation!** | **soon** | **in progress** |
127
| Click to Activate | Configure Alerts and Data Collectors from the UI! | soon | in progress |
@@ -262,7 +262,7 @@ Each Netdata Agent can perform the following functions:
262
1. **`COLLECT` metrics from their sources**<br/>
263
Uses [internal](https://github.com/netdata/netdata/tree/master/collectors) and [external](https://github.com/netdata/go.d.plugin/tree/master/modules) plugins to collect data from their sources.
264
265
- Netdata auto-detects and collects almost everything from the operating system: including CPU, Interrupts, Memory, Disks, Mount Points, Filesystems, Network Stack, Network Interfaces, Containers, VMs, Processes, SystemD Units, Linux Performance Metrics, Linux eBPF, Hardware Sensors, IPMI, and more.
265
+ Netdata auto-detects and collects almost everything from the operating system: including CPU, Interrupts, Memory, Disks, Mount Points, Filesystems, Network Stack, Network Interfaces, Containers, VMs, Processes, `systemd` units, Linux Performance Metrics, Linux eBPF, Hardware Sensors, IPMI, and more.
266
267
It collects application metrics from applications: PostgreSQL, MySQL/MariaDB, Redis, MongoDB, Nginx, Apache, and hundreds more.
268