packer monitoring script changes

This commit is contained in:
Dave Horton
2020-11-07 09:50:05 -05:00
parent d663910e80
commit 3916876548
6 changed files with 5141 additions and 26 deletions

View File

@@ -3,6 +3,6 @@ apiVersion: 1
providers:
- name: Default
type: file
folder: 'VoIP'
folder: 'jambonz'
options:
path: /var/lib/grafana/dashboards

View File

@@ -15,7 +15,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 1,
"id": 2,
"links": [],
"panels": [
{
@@ -57,7 +57,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 5,
"points": false,
"renderer": "flot",
@@ -82,7 +82,7 @@
},
{
"params": [
"null"
"none"
],
"type": "fill"
}
@@ -188,7 +188,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 2,
"points": false,
"renderer": "flot",
@@ -213,7 +213,7 @@
},
{
"params": [
"null"
"0"
],
"type": "fill"
}
@@ -321,7 +321,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 5,
"points": false,
"renderer": "flot",
@@ -346,7 +346,7 @@
},
{
"params": [
"null"
"none"
],
"type": "fill"
}
@@ -452,7 +452,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 2,
"points": false,
"renderer": "flot",
@@ -477,7 +477,7 @@
},
{
"params": [
"null"
"none"
],
"type": "fill"
}
@@ -585,7 +585,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 5,
"points": false,
"renderer": "flot",
@@ -722,7 +722,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 2,
"points": false,
"renderer": "flot",
@@ -747,7 +747,7 @@
},
{
"params": [
"null"
"none"
],
"type": "fill"
}
@@ -855,7 +855,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"pointradius": 5,
"points": false,
"renderer": "flot",
@@ -995,7 +995,7 @@
},
"showUnfilled": true
},
"pluginVersion": "7.4.0-5409pre",
"pluginVersion": "7.3.1",
"targets": [
{
"alias": "$tag_method -> $tag_response",
@@ -1054,6 +1054,7 @@
"type": "bargauge"
}
],
"refresh": "5s",
"schemaVersion": 26,
"style": "dark",
"tags": [],
@@ -1061,7 +1062,7 @@
"list": []
},
"time": {
"from": "now-1h",
"from": "now-5m",
"to": "now"
},
"timepicker": {
@@ -1092,5 +1093,5 @@
"timezone": "",
"title": "HEPlify Metrics",
"uid": "HO0OhLtGk",
"version": 7
"version": 1
}

View File

@@ -1750,7 +1750,7 @@
},
"timepicker": {},
"timezone": "",
"title": "Jambonz 2",
"title": "Jambonz Metrics",
"uid": "oAM51epMz",
"version": 3
}

File diff suppressed because it is too large Load Diff

View File

@@ -7062,14 +7062,6 @@
# # priv_password = ""
[[inputs.socket_listener]]
service_address = "udp://127.0.0.1:8094"
data_format = "influx"
[[inputs.socket_listener]]
service_address = "tcp://127.0.0.1:8094"
data_format = "influx"
# # Generic socket listener capable of handling multiple socket types.
# [[inputs.socket_listener]]
# ## URL to listen on

View File

@@ -11,6 +11,7 @@ sudo mv /tmp/grafana-datasource.yml /etc/grafana/provisioning/datasources/dataso
sudo mv /tmp/grafana-dashboard-heplify.json /var/lib/grafana/dashboards
sudo mv /tmp/grafana-dashboard-jambonz.json /var/lib/grafana/dashboards
sudo mv /tmp/grafana-dashboard-servers.json /var/lib/grafana/dashboards
sudo chown -R grafana:grafana /var/lib/grafana/dashboards
sudo chown -R grafana:grafana /etc/grafana/provisioning/dashboards