Skip to content

Commit b20235c

Browse files
committed
cleanup typos and fix configs
1 parent 73078e0 commit b20235c

File tree

20 files changed

+4548
-82
lines changed

20 files changed

+4548
-82
lines changed

build_ubuntu_vms.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ sudo systemctl enable docker
3434
# AZ CLI
3535
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
3636

37-
# Unminimize the minimal ubuntu 22.04 LTS image
38-
#sudo unminimize -y
37+
38+
39+
sudo cat <<-EOF >> /etc/rsyslog.d/50-default.conf
40+
*.* action(type="omfwd" target="192.0.2.2" port="7514" protocol="tcp"
41+
action.resumeRetryCount="100"
42+
queue.type="linkedList" queue.size="10000")
43+
EOF
44+
sudo systemctl restart rsyslogd
3945

4046

4147

dashboards/BigIP-TS.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"label": "Graphite Datasource",
66
"description": "Graphite with StatsD metrics collected from F5 BIG-IP",
77
"type": "datasource",
8-
"pluginId": "graphite",
9-
"pluginName": "Graphite"
8+
"pluginId": "Prometheus",
9+
"pluginName": "Prometheus"
1010
}
1111
],
1212
"__requires": [
@@ -24,8 +24,8 @@
2424
},
2525
{
2626
"type": "datasource",
27-
"id": "graphite",
28-
"name": "Graphite",
27+
"id": "prometheus",
28+
"name": "Prometheus",
2929
"version": "1.0.0"
3030
},
3131
{

0 commit comments

Comments
 (0)