mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 22:47:49 +02:00
Core Module - Start Tracking InfluxDB size in telegraf
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
INFLUXSIZE=$(du -s -B1 /host/nsm/influxdb | awk {'print $1'}
|
||||
|
||||
echo "influxsize bytes=$INFLUXSIZE"
|
||||
Reference in New Issue
Block a user