Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.