mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Common Module - Force grafana restart when adding a sensor
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -255,7 +255,8 @@ dashboard-{{ SN }}:
|
|||||||
- source: salt://common/grafana/grafana_dashboards/sensor.json
|
- source: salt://common/grafana/grafana_dashboards/sensor.json
|
||||||
- defaults:
|
- defaults:
|
||||||
SERVERNAME: {{ SN }}
|
SERVERNAME: {{ SN }}
|
||||||
INT: {{ SNDATA.monint }}
|
MONINT: {{ SNDATA.monint }}
|
||||||
|
MANINT: {{ SNDATA.manint }}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -278,5 +279,6 @@ so-grafana:
|
|||||||
- 0.0.0.0:3000:3000
|
- 0.0.0.0:3000:3000
|
||||||
- watch:
|
- watch:
|
||||||
- /opt/so/conf/grafana/etc
|
- /opt/so/conf/grafana/etc
|
||||||
|
- /opt/so/conf/grafana/grafnana_dashboards
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user