mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-09 20:06:09 +02:00
create node_config measurement for nodes to be used for grafana dashboard vars
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"role": "{{ grains.id.split('_') | last }}",
|
||||
"manint": "{{ salt['pillar.get']('host:mainint', '') }}",
|
||||
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
|
||||
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}"
|
||||
{% endif -%}
|
||||
}
|
||||
Reference in New Issue
Block a user