| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 04:36:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071018052851
location: https://web.archive.org/web/20071018052851/https://nrg.darwinports.com/
server-timing: captures_list;dur=0.544193, exclusion.robots;dur=0.037119, exclusion.robots.policy;dur=0.027272, esindex;dur=0.011082, cdx.remote;dur=27.482932, LoadShardBlock;dur=227.869755, PetaboxLoader3.datanode;dur=77.096269, PetaboxLoader3.resolve;dur=102.339242
x-app-server: wwwb-app218-dc8
x-ts: 302
x-tr: 283
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 04:36:24 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 18 Oct 2007 05:32:35 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 18 Oct 2007 05:28:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_0_20071018045242_crawl102-c/52_0_20071018052706_crawl109.arc.gz
server-timing: captures_list;dur=0.508264, exclusion.robots;dur=0.018247, exclusion.robots.policy;dur=0.008529, esindex;dur=0.009160, cdx.remote;dur=16.943157, LoadShardBlock;dur=167.480868, PetaboxLoader3.resolve;dur=187.503539, PetaboxLoader3.datanode;dur=158.482330, load_resource;dur=340.582174
x-app-server: wwwb-app218-dc8
x-ts: 200
x-tr: 625
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
nrg version 0.99.27 for Mac OS X
|
|||||||||
Thursday the 18th of October, 2007 |
|||||||||
nrg most recent diff
Scroll down toward the bottom of the page to get installation instructions for nrg. The raw portfile for nrg 0.99.27 is located here: https://nrg.darwinports.com/dports/net/nrg/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 21340 2007-01-20 21:31:22Z markd PortSystem 1.0 Name: nrg Version: 0.99.27 Category: net Maintainers: markd Platform: darwin Description: Network Resource Grapher Long Description: NRG is an RRDtool front-end tool to monitor traffic and load on network links or any other resource utilization source. It automatically creates and maintains web pages and RRDtool databases, while providing short and long-term graph web pages just like MRTG. Homepage: https://nrg.hep.wisc.edu/ master_sites ftp://noc.hep.wisc.edu/pub/src/nrg/ checksums md5 c38e6b27bc99f8f7fd825bc6e1a44f68 depends_lib port:rrdtool port:p5-time-hires patchfiles patch-nrg-discover-tcp.in.diff configure.pre_args --prefix=${prefix}/var/${name} configure.args --bindir=${prefix}/bin --sysconfdir=${prefix}/etc/${name} --datadir=${prefix}/share --build=powerpc-unknown-freebsd CFLAGS="-D__FreeBSD__" platform i386 { configure.args-delete --build=powerpc-unknown-freebsd configure.args-append --build=i386-unknown-freebsd } Variant: pingd_server { startupitem.create yes startupitem.name pingd startupitem.executable "${prefix}/bin/pingd" } build.target pingd destroot.target install.pingd install # Maintain empty directories destroot.keepdirs ${destroot}${prefix}/var/${name}/archive post-patch { ### Path fixes ### reinplace "s| eval reinplace "s| #### Make NRG page title the way I want it #### reinplace "s|Somesite's NRG Home Page|NRG Home Page|g" "${worksrcpath}/examples/Makefile.ops.in" #### Fix paths for proper destrooting #### reinplace "s|exec_prefix = reinplace "s|prefix = reinplace "s|BIN_DIR = reinplace "s|ETC_DIR = \${prefix}/etc|ETC_DIR = ${destroot} reinplace "s|TEMPLATE_DIR = \${prefix}/templates|TEMPLATE_DIR = ${destroot} reinplace "s|EXAMPLE_DIR = \${prefix}/examples|EXAMPLE_DIR = ${destroot} reinplace "s|HTML_DIR = \${prefix}/html|HTML_DIR = ${destroot} reinplace "s|ARCHIVE_DIR = \${prefix}/archive|ARCHIVE_DIR = ${destroot} reinplace "s|CONTRIB_DIR = \${prefix}/contrib|CONTRIB_DIR = ${destroot} } post-destroot { # Install images to \${prefix}/var/nrg/web/icons xinstall -d -m 755 ${destroot}${prefix}/var/${name}/web/icons eval xinstall -m 755 [glob ${worksrcpath}/images/*.*] ${destroot}${prefix}/var/${name}/web/icons # Rename Site.mconf so graphed devices won't get rewritten on port upgrades file rename ${destroot}${prefix}/var/${name}/Site.mconf ${destroot}${prefix}/var/${name}/Site.mconf.sample } post-activate { ui_msg "\n#### To complete the NRG installation #### 1) Make an /nrg symlink in your Apache document root pointing to the ../nrg/web NRG data directory: sudo ln -s ${prefix}/var/${name}/web /my-Apache-document-root/nrg 2) Modify your httpd.conf file for NRG graph pages: Uncomment lines: AddHandler cgi-script .cgi LoadModule expires_module libexec/httpd/mod_expires.so AddModule mod_expires.c Add directives: Options ExecCGI ExpiresActive On ExpiresDefault M5 Change the Apache user and group to the NRG user and group so Apache will have permissions to create graphs when you click an RRD file link. User Group 3) Change the web root variables at the top of files Makefile and Site.mconf in directory ${prefix}/var/${name} to your Apache document root location. 4) Make NRG files and data owned by the user you'll use to run NRG su (must be root for this operation) find ${prefix}/var/nrg -print | xargs chown #### To use NRG #### 1) Set meta-configuration definitions in the Site.mconf file for each resource you want to graph by following the example meta-configuration definitions in ${prefix}/share/doc/nrg/examples. 2) Have NRG generate rrd files and html graph pages (and modify them after Site.mconf changes): cd ${prefix}/var/${name} make rediscover make notify 3) Schedule the script ${prefix}/var/${name}/run-nrg to run via cron every five minutes to poll your data sources and update the rrd files. Be sure to read the documentation in ${prefix}/share/doc/${name}/html for creating custom graphs or for more information.\n" } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/nrgYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using nrg with these commands: % man nrg Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg nrg on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




