Simplify Telegraf installation script
This commit is contained in:
parent
3e0ec08c74
commit
c14aa244e1
@ -29,16 +29,11 @@ apt-get update
|
|||||||
apt-get install telegraf
|
apt-get install telegraf
|
||||||
msg_ok "Installed Telegraf"
|
msg_ok "Installed Telegraf"
|
||||||
|
|
||||||
msg_info "Creating default config"
|
|
||||||
telegraf config > telegraf.conf
|
|
||||||
msg_ok "Created default config"
|
|
||||||
|
|
||||||
systemctl enable -q --now telegraf
|
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
$STD apt-get -y autoremove
|
$STD apt-get -y autoremove
|
||||||
$STD apt-get -y autoclean
|
$STD apt-get -y autoclean
|
||||||
|
rm /influxdata-archive.key
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user