mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
Update telegraf script
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
|
||||
if [[ ! "`pidof -x $(basename $0) -o %PPID`" ]]; then
|
||||
|
||||
cat /var/log/sostatus/features-check.log
|
||||
FIPS_ENABLED=$(cat /var/log/sostatus/fips_enabled)
|
||||
LUKS_ENABLED=$(cat /var/log/sostatus/luks_enabled)
|
||||
|
||||
echo "features fips=$FIPS_ENABLED"
|
||||
echo "features luks=$LUKS_ENABLED"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user