updates to node.js, datadog, etc

This commit is contained in:
Dave Horton
2020-11-16 09:35:26 -05:00
parent 8e0ee31b8f
commit 3d84fa3d37
2 changed files with 2 additions and 2 deletions

View File

@@ -7107,7 +7107,7 @@
max_tcp_connections = 250
tcp_keep_alive = false
# tcp_keep_alive_period = "2h"
service_address = ":8125"
service_address = "127.0.0.1:8125"
delete_gauges = true
delete_counters = true
delete_sets = true

View File

@@ -1,3 +1,3 @@
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - && sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - && sudo apt-get install -y nodejs
sudo npm install -g pino-pretty pm2 pm2-logrotate