Merge pull request #570 from Security-Onion-Solutions/quickfix/grafana

fix nsm threshold sensor dashboard
This commit is contained in:
Josh Patterson
2020-04-15 14:58:54 -04:00
committed by GitHub

View File

@@ -287,7 +287,7 @@
}, },
{ {
"color": "rgba(245, 54, 54, 0.9)", "color": "rgba(245, 54, 54, 0.9)",
"value": "{{ NSMFS * '.80'|float }}" "value": "{{ NSMFS * '.90'|float }}"
} }
] ]
}, },