summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2006-12-21 05:25:28 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2006-12-21 05:25:28 (GMT)
commite3e581e9a1d845cd82146f1825960004289b1ef0 (patch)
treee84f0807038a7ea0713916f04baf2f2ed802ce64 /NPTest.pm
parent68fbbb6d638c827afbc567b03e5488a476a9b1b6 (diff)
downloadmonitoring-plugins-e3e581e9a1d845cd82146f1825960004289b1ef0.tar.gz
- Fixing small error (wrong file name) in NPTest.pm documentation.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1556 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NPTest.pm')
-rw-r--r--NPTest.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/NPTest.pm b/NPTest.pm
index 672cb99..d4542dd 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -57,10 +57,10 @@ If a parameter needs to be entered and the test is run without a tty
57attached (such as a cronjob), the parameter will be assigned as if it 57attached (such as a cronjob), the parameter will be assigned as if it
58was "none". Tests can check for the parameter and skip if not set. 58was "none". Tests can check for the parameter and skip if not set.
59 59
60Responses are stored in an external, file-based 60Responses are stored in an external, file-based cache so subsequent test
61cache so subsequent test runs will use these values. The user is able 61runs will use these values. The user is able to change the values by
62to change the values by amending the values in the file /var/tmp/NPTest.pm, 62amending the values in the file /var/tmp/NPTest.cache, or by setting
63or by setting the appropriate environment variable before running the test. 63the appropriate environment variable before running the test.
64 64
65The option exists to store parameters in a scoped means, allowing a 65The option exists to store parameters in a scoped means, allowing a
66test harness to a localise a parameter should the need arise. This 66test harness to a localise a parameter should the need arise. This