You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
dougburks
changed the title
update location of sostat-interface in /var/ossec/etc/ossec.conf
sostat: update location of sostat-interface in /var/ossec/etc/ossec.conf
Jan 6, 2017
Will add the following code to sostat postinst script:
FILE="/var/ossec/etc/ossec.conf"
if grep "/usr/bin/sostat-interface" $FILE >/dev/null 2>&1; then
echo "Updating sostat-interface path in $FILE."
sed -i 's|/usr/bin/sostat-interface|/usr/sbin/sostat-interface|g' $FILE || echo "Error updating $FILE."
fi
Reported by [email protected]:
https://groups.google.com/d/topic/security-onion/nw7tJx58t08/discussion
The text was updated successfully, but these errors were encountered: