mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
updates to node.js, datadog, etc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user