Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T11:16:42.000Z (about 9 years ago)
- Last Synced: 2024-10-28T09:21:50.130Z (23 days ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- 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:
![Example](example.png)
Feel free to fork and adjust it to your needs.