diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 21:53:50 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 21:53:50 +0000 |
commit | 1087a13739404eda0a95d69c3c22914287238aa4 (patch) | |
tree | c4a189b2132eaf6f74f83e530b935a57d5d1c45b /sysutils/Makefile | |
parent | 7059589bd64b2a99cab6df938b191d4e9fce56bd (diff) |
Add nagios-statd 3.09, daemon/client to check remote host information.
Nagios-statd is an addon to the Nagios (formerly netsaint) program.
It is a Python daemon and scripts that plug-in to Nagios
and allow you to check remote host information
(such as load, users, filesystems, etc.)
Released under the BSD license.
Author: Nick Reinking
WWW: http://www.twoevils.org/html/files.php
PR: 59029
Submitted by: Jim Shewmaker <jim@bluenotch.com>
Notes
Notes:
svn path=/head/; revision=95749
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 02ea347692cc..725c515b7780 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -204,6 +204,7 @@ SUBDIR += msyslog SUBDIR += multitail SUBDIR += muse + SUBDIR += nagios-statd SUBDIR += nautilus-cd-burner SUBDIR += ndir SUBDIR += no-login |