@cryptotaxi247 / netdata-1 / commits / 438be7d58

fix hyperlink in go.d samba meta (#18420)

Ilya Mashchenko committed Aug 26, 2024 at 21:13 UTC 438be7d58ac6f5b95fce1046f109016ca6b06523
1 file changed +1 -1
src/go/plugin/go.d/modules/samba/metadata.yaml
+1 -1
@@ -24,7 +24,7 @@ modules:
24 data_collection:
25 metrics_description: >
26 This collector monitors Samba syscalls and SMB2 calls.
27 - It relies on the [`smbstatus`](https://www.samba.org/samba/docs/current/man-html/smbstatus.1.html CLI tool but avoids directly executing the binary.
27 + It relies on the [`smbstatus`](https://www.samba.org/samba/docs/current/man-html/smbstatus.1.html) CLI tool but avoids directly executing the binary.
28 Instead, it utilizes `ndsudo`, a Netdata helper specifically designed to run privileged commands securely within the Netdata environment.
29 This approach eliminates the need to use `sudo`, improving security and potentially simplifying permission management.
30