https://github.com/qbart/clamav-scanner-rb
Scans your server using (ClamAV) and sends HipChat notifications with summary
https://github.com/qbart/clamav-scanner-rb
Last synced: 9 months ago
JSON representation
Scans your server using (ClamAV) and sends HipChat notifications with summary
- Host: GitHub
- URL: https://github.com/qbart/clamav-scanner-rb
- Owner: qbart
- License: mit
- Created: 2015-11-12T14:55:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T11:16:42.000Z (over 10 years ago)
- Last Synced: 2025-10-07T14:48:43.218Z (9 months ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clam AV ruby wrapper with HipChat notifications
Scans your server using ClamAV and sends HipChat notifications with summary.
Run scanner:
```
AVSCAN_LOG_FILE=/home/user/avscan.log AVSCAN_PATH=/ AVSCAN_HIPCHAT_ROOM_ID=your-room-id AVSCAN_HIPCHAT_ROOM_TOKEN=your-notification-token ruby avscan.rb
```
Example ouput:

Feel free to fork and adjust it to your needs.