安裝NetDATA工具
以 netdata 強化 Proxmox VE 效能監視功能
要在任何Linux系統(物理,虛擬,容器,IoT,邊緣)上從源代碼安裝Netdata並使其與最新的daily版本自動保持最新,請運行以下命令:
docker 安裝
MongoDB backend¶
Prerequisites¶
To use MongoDB as a backend, libmongoc
1.7.0 or higher should be installed first. Next, Netdata should be re-installed from the source. The installer will detect that the required libraries are now available.
Configuration¶
To enable data sending to the MongoDB backend set the following options in netdata.conf
:
In the Netdata configuration directory run ./edit-config mongodb.conf
and set MongoDB URI, database name, and collection name:
The default socket timeout depends on the backend update interval. The timeout is 500 ms shorter than the interval (but not less than 1000 ms). You can alter the timeout using the sockettimeoutms
MongoDB URI option.
Last updated
Was this helpful?