mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 22:33:07 -04:00
net-mgmt/netdata: post-merge fixups
This commit is contained in:
parent
0c3e752656
commit
36fecb815d
4 changed files with 3 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ misc/theme-tukan -- The tukan theme - blue/white
|
|||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
|
||||
net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol
|
||||
net-mgmt/netdata -- Real-time performance monitoring
|
||||
net-mgmt/telegraf -- Agent for collecting metrics and data
|
||||
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent
|
||||
net-mgmt/zabbix-proxy -- Zabbix Proxy enables decentralized monitoring
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Netdata is distributed, real-time, performance and health monitoring
|
||||
Netdata is distributed, real-time, performance and health monitoring
|
||||
for systems and applications. It is a highly optimized monitoring agent
|
||||
you install on all your systems and containers.
|
||||
|
||||
|
|
|
|||
0
net-mgmt/netdata/src/opnsense/scripts/OPNsense/Netdata/setup.sh
Normal file → Executable file
0
net-mgmt/netdata/src/opnsense/scripts/OPNsense/Netdata/setup.sh
Normal file → Executable file
|
|
@ -4,4 +4,4 @@ netdata_enable="YES"
|
|||
{% else %}
|
||||
netdata_enable="NO"
|
||||
{% endif %}
|
||||
netdata_var_mfs="/var/cache/netdata /var/db/netdata /var/log/netdata"
|
||||
netdata_var_mfs="/var/cache/netdata /var/db/netdata /var/log/netdata"
|
||||
|
|
|
|||
Loading…
Reference in a new issue