add managersearch

This commit is contained in:
m0duspwnens
2021-07-21 10:16:40 -04:00
parent 6809c3a9f6
commit 5ea8c978a0
3 changed files with 5 additions and 5 deletions

View File

@@ -459,10 +459,10 @@ grafana:
w: 24 w: 24
mastersearch: managersearch:
templating: templating:
list: list:
- servername_mastersearch - servername_managersearch
- containers - containers
- manint - manint
- monint - monint

View File

@@ -14,7 +14,7 @@
{% set nodeTypes = ['eval'] %} {% set nodeTypes = ['eval'] %}
{% else %} {% else %}
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#} {#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
{% set nodeTypes = ['standalone', 'sensor', 'searchnode', 'heavynode'] %} {% set nodeTypes = ['standalone', 'sensor', 'searchnode', , 'managersearch', 'heavynode'] %}
{% endif %} {% endif %}
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %} {% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}

View File

@@ -2,7 +2,7 @@
"allValue": null, "allValue": null,
"current": {}, "current": {},
"datasource": "InfluxDB", "datasource": "InfluxDB",
"definition": "show tag values with key=\"host\" where \"role\" = 'heavynode'", "definition": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
"description": "", "description": "",
"error": null, "error": null,
"hide": 0, "hide": 0,
@@ -11,7 +11,7 @@
"multi": false, "multi": false,
"name": "servername", "name": "servername",
"options": [], "options": [],
"query": "show tag values with key=\"host\" where \"role\" = 'heavynode'", "query": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"skipUrlSync": false, "skipUrlSync": false,