diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-24 00:42:34 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-24 00:42:34 (GMT) |
commit | dad0bac0b075c227069e149e2c290eb4f0f8c7db (patch) | |
tree | fac905d6029a7a39df57d4ed178a6e2cbb287ed1 | |
parent | 621b6bcb457efbc91b0a66948c5f8792919210f3 (diff) | |
download | monitoring-plugins-dad0bac0b075c227069e149e2c290eb4f0f8c7db.tar.gz |
Add NSClient requirement for check_nt
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@452 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | REQUIREMENTS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index b25dfc2..0641610 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -54,10 +54,14 @@ check_snmp: | |||
54 | http://net-snmp.sourceforge.net | 54 | http://net-snmp.sourceforge.net |
55 | 55 | ||
56 | check_ifstatus/check_ifoperstatus | 56 | check_ifstatus/check_ifoperstatus |
57 | - Requires Net::SNMP perl module | 57 | - Requires Net::SNMP perl module |
58 | http://www.perl.com/CPAN/modules/by-authors/id/D/DT/DTOWN/ | 58 | http://www.perl.com/CPAN/modules/by-authors/id/D/DT/DTOWN/ |
59 | 59 | ||
60 | check_nwstat: | 60 | check_nwstat: |
61 | - Requires MRTGEXT NLM for Novell Servers | 61 | - Requires MRTGEXT NLM for Novell Servers |
62 | http://www.engr.wisc.edu/~drews/mrtg/ | 62 | http://www.engr.wisc.edu/~drews/mrtg/ |
63 | 63 | ||
64 | check_nt: | ||
65 | - Requires NSClient to run on the NT server to monitor | ||
66 | http://nsclient.ready2run.nl/ | ||
67 | |||