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

Debian upgrades

Rating
0 votes
Favoured:
0
Hits
150352
Files:
FileDescription
check_debian.tgzplugin and readme
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!
This plugin updates Debian apt database, then checks for available upgrades to install. Set WARNING if upgrades are available, OK otherwise (nothing to upgrade). Useful to be warned when security updates are available for your system.
This plugin checks for available updates for your Debian system.
It runs apt-get update, then checks apt-get upgrade for available packages.

If there are available updates, it issues a WARNING level, otherwise OK.
It there is a problem with apt-get, CRITICAL is issued.

This way, you may be warned when updates (security and others) are available for your system to avoid keeping unsecure versions.

The plugin is a bash script.
Pay attention not to run the script too often. Once in 24h is usually enough. Otherwise, you will put unnecessary stress on your system and on Debian servers.