File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ install_elasticsearch()
97
97
98
98
install_beats ()
99
99
{
100
- stage_pkg_install beats8
100
+ stage_pkg_install beats8 || stage_port_install sysutils/beats8
101
101
102
102
local _xcfg=" $STAGE_MNT /usr/local/etc/beats/metricbeat.modules.d/elasticsearch-xpack.yml"
103
103
cp " $STAGE_MNT /usr/local/share/examples/beats/metricbeat.modules.d/elasticsearch-xpack.yml.disabled" " $_xcfg "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export JAIL_FSTAB=""
9
9
install_grafana ()
10
10
{
11
11
tell_status " installing Grafana"
12
- stage_pkg_install grafana || exit
12
+ stage_pkg_install grafana || stage_port_install www/grafana || exit
13
13
}
14
14
15
15
configure_grafana ()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export JAIL_FSTAB=""
9
9
install_influxdb ()
10
10
{
11
11
tell_status " installing influxdb"
12
- stage_pkg_install influxdb || exit
12
+ stage_pkg_install influxdb || stage_port_install databases/influxdb || exit
13
13
14
14
tell_status " Enable InfluxdDB"
15
15
stage_sysrc influxd_enable=YES
You can’t perform that action at this time.
0 commit comments