-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
22 lines (19 loc) · 1.09 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
Changelog for check_clamscan, a Nagios/Icinga plugin to check the output of clamAV
################################################################################
Version 1.0 20121008
* Checking the scan summary of a clamAV log output
* Displaying the pid of the process if clamAV is currently running
* Check the runtime of the current clamscan run and warn/crit if
the scan takes too long. This is required if clamscan hangs e.g.
on a malware file causing clamscan to run infinitely.
* Checking the last run of clamAV via "stat" method on the clamAV
log file and return warning/critical if last check was too long ago.
* Printing engine version of last scan.
* Thresholds for last scan, infected files and scan runtime
is configurable with "-w" and "-c" options.
* Adding an example of how to call the plugin
List of contributors to version 1.*:
Georg Schönberger, Thomas-Krenn.AG
Christoph Mitasch, Thomas-Krenn.AG
################################################################################