9d4f FreshPorts -- net-mgmt/pnp
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pnp 0.6.18 net-mgmt on this many watch lists=6 search for ports that depend on this port
Nagios performance data collector and grapher
Maintained by: rea@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Aug 2008 06:49:57
License: GPLv2


PNP is an addon to nagios which analyzes performance data provided
by plugins and stores them automatically into RRD-databases (Round
Robin Databases, see RRD Tool).

During development of PNP we set value on easy installation and
little maintenance while running it. An administrator should do
other things than configure graphing tools.

WWW: http://www.pnp4nagios.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. databases/rrdtool
  2. lang/perl5.14
Required To Run:
  1. databases/rrdtool
  2. net-mgmt/nagios
  3. lang/php5
  4. lang/perl5.14
  5. graphics/php5-gd
  6. converters/php5-iconv
  7. devel/php5-json
  8. textproc/php5-simplexml
  9. net/php5-sockets
  10. textproc/php5-xml
  11. archivers/php5-zlib
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-mgmt/pnp/ && make install clean
To add the package: pkg_add -r pnp


Configuration Options
===> The following configuration options are available for pnp-0.6.18:
     PDF=on: Use built-in fpdf library to produce PDF views
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  3. http://freefr.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  4. http://garr.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  5. http://heanet.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  6. http://hivelocity.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  7. http://ignum.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  8. http://internode.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  9. http://iweb.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  10. http://jaist.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  11. http://kaz.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  12. http://kent.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  13. http://master.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  14. http://nchc.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  15. http://ncu.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  16. http://netcologne.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  17. http://sunet.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  18. http://superb-dca3.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  19. http://switch.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  20. http://tenet.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  21. http://ufpr.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
  22. http://waix.dl.sourceforge.net/project/pnp4nagios/PNP-0.6/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-12-30
    Affects: users of net-mgmt/pnp
    Author: rea@FreeBSD.org
    Reason: 
      Starting from 0.6.10_1 config.php is no longer preserved across
      upgrades; PNP way is to put all modifications into config_local.php.
    
      Existing config.php will be saved as config.php.orig and you should
      review your deviations from defaults and place them into
      config_local.php.
    
    

Number of commits found: 21

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 May 2013 11:28:32
Original commit files touched by this commit  0.6.18
bapt search for other commits by this committer
Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425,
ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
13 Aug 2012 19:56:31
Original commit files touched by this commit  0.6.18
madpilot search for other commits by this committer
- Update to 0.6.18
- This version makes it work again with php 5.4
- Update WWW line in pkg-descr
- While I'm here fix some portlint warnings

PR:             ports/170565
Submitted by:   Guido Falsi <madpilot@FreeBSD.org>
Approved by:    maintainer timeout
Approved by:    tabthorpe (mentor)
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.6.10_2
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
07 May 2012 18:52:09
Original commit files touched by this commit  0.6.10_2
sylvio search for other commits by this committer
- Chase rrdtool shlib version bump.
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.6.10_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
30 Dec 2010 17:25:47
Original commit files touched by this commit  0.6.10_1
rea search for other commits by this committer
net-mgmt/pnp: fix issues brought by PNP developers

 * php5-sockets is needed and php5-filter -- not needed;
 * local modifications to config.php should go into config_local.php
   and config.php must be replaced at every installation.

Feature safe: yes
Approved by: garga (mentor)
28 Dec 2010 19:01:10
Original commit files touched by this commit  0.6.10
rea search for other commits by this committer
net-mgmt/pnp: upgrade to 0.6.10

Changelog (there were no 0.6.8 and 0.6.9):
 - Feature: Add RRDTool Option ?only-graph if graph height is below
   32px to create thumbnails
 - Feature: RRDTool Option ?width and ?height is now allowed in
   templates
 - Feature: RRDTool DS Type for UOM of ?c? changed from COUNTER
   to DERIVE
 - Feature: Pass query string from special controller to image
   controller ( Matthew Garrett )
 - Feature: Authorisation against mk_livestatus API added
 - Feature: Sample nginx webserver config added
   (by evax@users.sourceforge.net)
 - Feature: Kohana backport to support PHP 5.1.6 (Kudos to
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Dec 2010 18:58:11
Original commit files touched by this commit  0.6.10
rea search for other commits by this committer
net-mgmt/pnp: upgrade to 0.6.10

Changelog (there were no 0.6.8 and 0.6.9):
 - Feature: Add RRDTool Option ?only-graph if graph height is below
   32px to create thumbnails
 - Feature: RRDTool Option ?width and ?height is now allowed in
   templates
 - Feature: RRDTool DS Type for UOM of ?c? changed from COUNTER
   to DERIVE
 - Feature: Pass query string from special controller to image
   controller ( Matthew Garrett )
 - Feature: Authorisation against mk_livestatus API added
 - Feature: Sample nginx webserver config added
   (by evax@users.sourceforge.net)
 - Feature: Kohana backport to support PHP 5.1.6 (Kudos to
(Only the first 15 lines of the commit message are shown above View all of this commit message)
10 Dec 2010 19:21:01
Original commit files touched by this commit  0.6.7
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=yes

Reported by:    RideCharge Inc. / TaxiMagic TB
Confirmed by:   P6 TB
23 Nov 2010 22:10:20
Original commit files touched by this commit  0.6.7
rea search for other commits by this committer
net-mgmt/pnp: update to 0.6.7

- update sources to 0.6.7 -- the tip of 0.6-series;
- reworked patches and grouped them by-commit rather than by-file;
- excluded removal of .orig files -- all files aren't installed anymore;
- changed maintainer (my) e-mail.

Approved by: garga (mentor)
PR: ports/151118
30 Sep 2010 18:29:12
Original commit files touched by this commit  0.4.14_2
glarkin search for other commits by this committer
- Fixed PNG file breakage caused by overzealous dos2unix that I
  introduced in a previous commit
- Fixed portlint warning about LICENSE
- Bumped PORTREVISION

PR:             ports/151108
Submitted by:   Youssef Ghorbal <djo at pasteur dot fr>
Approved by:    Eygene Ryabinkin <rea-fbsd at codelabs dot ru> (maintainer,
implicit)
23 Jul 2010 20:59:08
Original commit files touched by this commit  0.4.14_1
glarkin search for other commits by this committer
- Patch code emitting warnings after PHP 5.3.x upgrade
- Regenerated patch files with "make makepatch"
- Added GPLv2 license
- Bumped PORTREVISION

PR:             ports/147199
Submitted by:   olli hauer <ohauer at gmx dot de>
Approved by:    rea-fbsd@codelabs.ru (maintainer - timeout; 55 days)
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.4.14
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Aug 2009 00:32:25
Original commit files touched by this commit  0.4.14
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
15 Jul 2009 16:56:10
Original commit files touched by this commit  0.4.14
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
07 Jul 2009 20:25:19
Original commit files touched by this commit  0.4.14
miwi search for other commits by this committer
- Update to 0.4.14

PR:             136362
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
25 Dec 2008 00:32:12
Original commit files touched by this commit  0.4.12
miwi search for other commits by this committer
- Update to 0.4.12

PR:             129912
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
04 Nov 2008 19:14:45
Original commit files touched by this commit  0.4.10_3
lth search for other commits by this committer
- Fix PHP module dependency
- Bump PORTREVISION

PR:             ports/127863
Submitted by:   me
Approved by:    maintainer
18 Aug 2008 15:42:50
Original commit files touched by this commit  0.4.10_2
pav search for other commits by this committer
- Correct dependencies, install manpage, fix directory permissions

Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
18 Aug 2008 00:10:38
Original commit files touched by this commit  0.4.10_1
edwin search for other commits by this committer
Pull in rrdtool as a build-dependency.
Noticed by: pavbot.
17 Aug 2008 06:49:35
Original commit files touched by this commit  0.4.10
edwin search for other commits by this committer
New port: net-mgmt/pnp, modern graphing tool for Nagios

        After evaluation of net-mgmt/nagiosgraph I decided to search for
        something more useful -- Nagios Graph was too hackish and unpretty for
        my taste. Digging through Nagios sites I had found PNP and was pleased
        by its simplicity and power.

        WWW: http://www.pnp4nagios.org/pnp/start

PR:             ports/126576
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>

Number of commits found: 21

282e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days26
new fortnight61
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0