Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dnf
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!
inspired by check_yum, but do not have any options since we usually want the same behavior everytime..
OK => NO UPDATES
WARNING => NON SECURITY UPDATES (Detailled)
CRITICAL => SECURITY UPDATES
UNKNOWN => problem !
Ruby script. works from 1.9.3 upwards.
Reviews (1)
byfkrueger, March 19, 2016
And here is a selinux policy for you ;-)
policy_module(nagios-checkdnf, 0.0.2)
require {
type nrpe_t;
}
#============= nrpe_t ==============
files_manage_generic_tmp_dirs(nrpe_t)
files_manage_generic_tmp_files(nrpe_t)
rpm_entry_type(nrpe_t)
rpm_read_db(nrpe_t)
storage_tmp_filetrans_fixed_disk(nrpe_t)
Use selinux-policy-devel and compile it to use
policy_module(nagios-checkdnf, 0.0.2)
require {
type nrpe_t;
}
#============= nrpe_t ==============
files_manage_generic_tmp_dirs(nrpe_t)
files_manage_generic_tmp_files(nrpe_t)
rpm_entry_type(nrpe_t)
rpm_read_db(nrpe_t)
storage_tmp_filetrans_fixed_disk(nrpe_t)
Use selinux-policy-devel and compile it to use