Home Directory Plugins Anti-Virus ClamAV check_clamav_time

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_clamav_time

Rating
0 votes
Favoured:
0
Hits
95200
Files:
FileDescription
check_clamav_timecheck_clamav_time plugin
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Check to see if your clamav signatures are up to date using a time threshold
This plugin will check the installed versions of the daily and main clamav databases. The plugin compares these values with the most current versions advertised by current.cvd.clamav.net. When it detects an outdated version it writes the outdated version to a state file (either clamv-outdated-daily or clamav-outdated-main). It also writes to the file the time the file is created. If the file exists for criticalthresh or warnthresh minutes the plugin will return a CRITICAL or WARNING state to nagios. This plugin is written in Bash. There is another plugin called check_clamav that also checks if the virus database is outdated but it reports only on the version numbers. This plugin is useful if you need to be notified when your version has been outdated for a specific amount of time. It would probably be better if these two projects could be merged.