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 | 68ce85806201204136a9064cd4935acc8737dff5 (patch) | |
tree | 89dc4a6b101f788bc3d8ee1b517bad700a08c412 /REQUIREMENTS | |
parent | adee35627433d72f07142b09c82f833751e6244f (diff) | |
download | monitoring-plugins-68ce85806201204136a9064cd4935acc8737dff5.tar.gz |
Add NSClient requirement for check_nt
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@452 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'REQUIREMENTS')
-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 | |||