File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ install_base: build
6363
6464 mkdir -p $(BUILD)/opt/amonagent/scripts
6565 cp $(INITD_SCRIPT) $(BUILD)/opt/amonagent/scripts/init.sh
66- cp packaging/statsd.conf $(BUILD)/opt/amonagent/scripts/statsd.conf
6766 cp $(SYSTEMD_SCRIPT) $(BUILD)/opt/amonagent/scripts/amonagent.service
6867
6968 @echo $(VERSION)
Original file line number Diff line number Diff line change @@ -71,12 +71,6 @@ if [ ! -d /etc/opt/amonagent/plugins-enabled ]; then
7171fi
7272
7373
74- # Add StatsD config file, if it doesn't exist
75- if [[ ! -f /etc/opt/amonagent/plugins-enabled/statsd.conf ]]; then
76- cp -f $SCRIPT_DIR /statsd.conf /etc/opt/amonagent/plugins-enabled/statsd.conf
77- fi
78-
79-
8074
8175# Make sure the pid directory exists
8276if [ ! -d /var/run/amonagent ]; then
You can’t perform that action at this time.
0 commit comments