diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-24 13:33:37 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-24 13:33:37 +0000 |
commit | 688311671c249f91014d0ab92d5d0b0e5809fd81 (patch) | |
tree | 9b032d5394e22a223d94af9c00b07df12293cd88 /cron-sh/security_check.sh | |
parent | 7b71134a81372251f060c3b71c201c1d17bdf74f (diff) | |
download | msec-688311671c249f91014d0ab92d5d0b0e5809fd81.tar msec-688311671c249f91014d0ab92d5d0b0e5809fd81.tar.gz msec-688311671c249f91014d0ab92d5d0b0e5809fd81.tar.bz2 msec-688311671c249f91014d0ab92d5d0b0e5809fd81.tar.xz msec-688311671c249f91014d0ab92d5d0b0e5809fd81.zip |
Added support for desktop notifications.
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-x | cron-sh/security_check.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 2b6fea6..bbff82a 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -317,6 +317,7 @@ if [[ -s ${SECURITY} ]]; then cat ${INFOS} >> ${SECURITY_LOG} Maillog "[msec] *** Security Check on ${hostname}, ${date} ***" "${SECURITY} ${INFOS}" + Notifylog "MSEC has performed Security Check on ${hostname} on ${date}" fi if [[ -f ${SECURITY} ]]; then |