@cryptotaxi247 / netdata-1 / commits / 0b1d1e33d

Update README.md

Costa Tsaousis committed Oct 9, 2023 at 00:56 UTC 0b1d1e33d987c7b2725346e3deb1fb8acca2d0cb
1 file changed +4
collectors/systemd-journal.plugin/README.md
+4
@@ -32,6 +32,8 @@ For more information check [this discussion](https://github.com/netdata/netdata/
32
33 ### Limitations
34
35 +#### Plugin availability
36 +
37 The following are limitations related to the availability of the plugin:
38
39 - This plugin is not available when Netdata is installed in a container. The problem is that `libsystemd` is not available in Alpine Linux (there is a `libsystemd`, but it is a dummy that returns failure on all calls). We plan to change this, by shipping Netdata containers based on Debian.
@@ -40,6 +42,8 @@ The following are limitations related to the availability of the plugin:
42
43 To use the plugin, install one of our native distribution packages, or install it from source.
44
45 +#### `systemd` journal features
46 +
47 The following are limitations related to the features of `systemd` journal:
48
49 - This plugin does not support binary field values. `systemd` journal has the ability to assign fields with binary data. This plugin assumes all fields contain text values (text in this context includes numbers).