mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/bash
|
|
|
|
INFLUXSIZE=$(du -s -k /host/nsm/influxdb | awk {'print $1'})
|
|
|
|
echo "influxsize kbytes=$INFLUXSIZE"
|