NOTICE: This package has been removed from pkgsrc

./net/netsaint-base, Network monitor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.0.7nb8, Package name: netsaint-base-0.0.7nb8, Maintainer: pkgsrc-users

NetSaint is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem arises
and when it gets resolved. NetSaint is written in C and is designed to
run under Linux, although it should work under most other *NIX variants.
It can run either as a normal process or as a daemon, intermittently
running checks on various services that you specify. The actual service
checks are performed by external "plugins" which return service
information to NetSaint. Several CGI programs are included with NetSaint
in order to allow you to view the current service status, history, etc.
via a web browser.


Required to run:
[graphics/gd] [lang/perl5]

Required to build:
[devel/gmake]

Master sites:

SHA1: 5ce4832c9cccaba0baa49fe3e222c6753a811143
RMD160: 3e0a3291f5b858eaf75c51d7fed0174e24f1a53a
Filesize: 1248.065 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-29 22:29:42 by Sergey Svishchev | Files touched by this commit (37) | Package removed
Log message:
Remove NetSaint packages.  Last NetSaint release (0.0.7) was in 2002; it
was superseded by Nagios (in pkgsrc since 2006).  Official announcement:
http://marc.info/?l=netsaint-announce&m=101503609823404&w=2

OK by wiz@.
   2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136)
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
   2007-02-15 22:46:53 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed the mail command. PKGREVISION++
   2007-02-06 19:28:23 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
No need to include x11.b3.mk.
   2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78)
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
   2006-03-23 01:12:53 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix errno.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.