Merge pull request #3108 from Security-Onion-Solutions/issue/3056

add estimated EPS graphs to Grafana for manager, mastersearch and standalone nodes
This commit is contained in:
Mike Reeves
2021-02-24 08:49:36 -05:00
committed by GitHub
4 changed files with 6727 additions and 5979 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -37,6 +37,7 @@ if [ ! -z "$EVENTCOUNTCURRENT" ]; then
fi
echo "${EVENTCOUNTCURRENT}" > $PREVCOUNTFILE
# the division by 30 is because the agent interval is 30 seconds
EVENTS=$(((EVENTCOUNTCURRENT - EVENTCOUNTPREVIOUS)/30))
if [ "$EVENTS" -lt 0 ]; then
EVENTS=0