Bug 126710 - New port: net-mgmt/nagios-portaudit
Summary: New port: net-mgmt/nagios-portaudit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 10:20 UTC by Eygene Ryabinkin
Modified: 2013-03-17 04:34 UTC (History)
0 users

See Also:


Attachments
nagios-portaudit.shar (4.31 KB, text/plain)
2008-08-21 10:20 UTC, Eygene Ryabinkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin 2008-08-21 10:20:02 UTC
Nagios plugin to monitor status of port vulnerabilities and/or ports
that can be upgraded.  Can be used with NRPE daemon to enable remote
checks.

How-To-Repeat: 
$ cut -f 1 -d '|' /usr/ports/INDEX-7 | grep -E 'port(audit|upgrade)'
portaudit-0.5.11
portaudit-db-0.2.3_1
portupgrade-2.3.1,2
portupgrade-devel-2.3.1
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2008-08-21 22:36:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-22 17:44:27 UTC
pgollucci    2008-08-22 16:44:18 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/nagios-portaudit Makefile distinfo pkg-descr 
                              pkg-plist 
    net-mgmt/nagios-portaudit/files 
                                    patch-check_portaudit-add_perfdata 
  Log:
  This is a small Nagios plugin. This plugin relies on portaudit
  and/or portupgrade packages to be installed on your FreeBSD system.
  With these packages installed, the plugin will scan your system for
  either vulnerable packages, or obsolete packages - and display
  appropriate warnings to Nagios.
  
  Portaudit can also be successfully run remotely from nrpe, and does
  not require superuser privileges to operate.
  
  WWW: http://www.geocities.com/ntb4real/proj/portaudit.htm
  
  PR:             ports/126710
  Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.168     +1 -0      ports/net-mgmt/Makefile
  1.1       +52 -0     ports/net-mgmt/nagios-portaudit/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/nagios-portaudit/distinfo (new)
  1.1       +20 -0     ports/net-mgmt/nagios-portaudit/files/patch-check_portaudit-add_perfdata (new)
  1.1       +10 -0     ports/net-mgmt/nagios-portaudit/pkg-descr (new)
  1.1       +2 -0      ports/net-mgmt/nagios-portaudit/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2008-08-22 17:45:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!