Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-rbl
> nagios-plugins-rbl.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nagios-plugins-rbl.spec of Package nagios-plugins-rbl (Revision 4)
Currently displaying revision
4
,
show latest
# # spec file for package nagios-plugins-rbl (Version 1.2.1) # # # norootforbuild Name: nagios-plugins-rbl Summary: Check is the host is on any of the public email blacklists Version: 1.2.1 Release: 1 Url: http://nagiosexchange.altinity.org/nagiosexchange/check_rbl/ License: BSD 4-Clause Group: System/Monitoring Source0: check_rbl BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define libexecdir %_prefix/lib/nagios/plugins %description Check is the host is on any of the public email blacklists. This plugin takes a single argument - the IP address of the mail server. It then checks on several public email spam blacklists (Spamhaus, SORBS, SpamCop, etc ) to see if the host is listed. A critical appears if it is listed anywhere, along with links to the service websites. This plugin is written in Perl. Authors: -------- Steve Shipway %prep %build %install install -D -m755 %{SOURCE0} %buildroot/%libexecdir/check_rbl %clean rm -rf %buildroot %files %defattr(-,root,root) # avoid build dependecy of nagios - own the dirs %dir %_prefix/lib/nagios %dir %libexecdir %libexecdir/check_rbl %changelog * Tue Jul 06 2010 Carsten Schoene <cs@linux-administrator.com> - 1.2.1-1 - update to release 1.2.1 * Thu Apr 08 2010 Carsten Schoene <cs@linux-administrator.com> - 1.2.0-1 - update to release 1.2.0 * Sun Mar 15 2009 Carsten Schoene <cs@linux-administrator.com> - initial release