mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/bash
|
|
|
|
INFLUXSIZE=$(du -s -B1 /host/nsm/influxdb | awk {'print $1'}
|
|
|
|
echo "influxsize bytes=$INFLUXSIZE"
|