monitoring changes

This commit is contained in:
Dave Horton
2020-11-03 09:50:38 -05:00
parent 770531d6fd
commit a9a20d3c47
3 changed files with 7510 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ if [ "$1" == "yes" ]; then
sudo apt-get install -y telegraf
sudo cp /tmp/telegraf.conf /etc/telegraf/telegraf.conf
#$sudo sed -i -e "s/influxdb:8086/$INFLUXDB_IP:8086/g" /etc/telegraf/telegraf.conf
sudo systemctl enable telegraf
sudo systemctl start telegraf

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,6 @@ if [ "$1" == "yes" ]; then
sudo apt-get install -y telegraf
sudo cp /tmp/telegraf.conf /etc/telegraf/telegraf.conf
#$sudo sed -i -e "s/influxdb:8086/$INFLUXDB_IP:8086/g" /etc/telegraf/telegraf.conf
sudo systemctl enable telegraf
sudo systemctl start telegraf