Linux

check_latestfile

Description:

This script checks the specified files, extracts the latest file and warns if it’s too old. It’s good for checking that a backup has been made every day to a certain directory.

Current Version

1.02

Last Release Date

2018-04-02

Compatible With

License

GPL


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!
Project Files
Project Notes
This script checks the specified files, extracts the latest file and warns if it's too old. It's good for checking that a backup has been made every day to a certain directory. Files can be specified with an *, e.g /backup/mysqldump.* or /backup/*.sql
Reviews (1) Add a Review
nice plugin, but needed small correction
by Niesten, January 31, 2016
Good plugin, does exactly what I need.
Only one thing was needed to be corrected due to issues with -v (debuglevel):
use Getopt::Long;
changed into
use Getopt::Long qw(:config no_ignore_case);

Without this, debuglevel and Version parameters were mixed up.
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4 (1)
Favorites
0
Views
146,087