aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pnp
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/pnp: fix issues brought by PNP developersrea2010-12-317-60/+75
| | | | | | | | | * 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)
* net-mgmt/pnp: upgrade to 0.6.10rea2010-12-295-412/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Andreas Ericsson) - Bugfix: Sort list of special templates - Bugfix: Urlencode hostname and service description (Reported by Yannick) - Bugfix: corrected warning/critical thresholds in ticker/alerter functions Also sorted pkg-plist entries by name. PR: ports/153283 (based on) Submitted by: ohauer Feature safe: yes Approved by: garga (mentor)
* - Mark MAKE_JOBS_UNSAFE=yespgollucci2010-12-111-0/+2
| | | | | Reported by: RideCharge Inc. / TaxiMagic TB Confirmed by: P6 TB
* net-mgmt/pnp: update to 0.6.7rea2010-11-2419-361/+904
| | | | | | | | | | - 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
* - Fixed PNG file breakage caused by overzealous dos2unix that Iglarkin2010-10-011-2/+4
| | | | | | | | | | 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)
* - Patch code emitting warnings after PHP 5.3.x upgradeglarkin2010-07-2413-22/+133
| | | | | | | | | | - 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)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with N
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | 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.
* - Update to 0.4.14miwi2009-07-084-151/+25
| | | | | PR: 136362 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
* - Update to 0.4.12miwi2008-12-259-178/+88
| | | | | PR: 129912 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
* - Fix PHP module dependencylth2008-11-051-2/+2
| | | | | | | | - Bump PORTREVISION PR: ports/127863 Submitted by: me Approved by: maintainer
* - Correct dependencies, install manpage, fix directory permissionspav2008-08-187-24/+169
| | | | Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
* Pull in rrdtool as a build-dependency.edwin2008-08-181-0/+2
| | | | Noticed by: pavbot.
* New port: net-mgmt/pnp, modern graphing tool for Nagiosedwin2008-08-1711-0/+589
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>