The NNTP test monitors the amount of time required to connect to an NNTP server and perform a simple transaction.
Options and Arguments
NNTP tests require the following specific options and arguments:
Note: IPv6 addresses can be used, but they must be embedded in brackets, for example [0aff::230:6eff:fe4b:51db]:8080. Here 0aff::230:6eff:fe4b:51db represents the IPv6 address and 8080 represents the port number.
Specify these options and arguments when you create or modify tests.
Example
Use this example to create a test that monitors the amount of time required to connect to the NNTP service at new.yourdomain and to perform a simple transaction. This example tests the server once every 3600 seconds (1 hour) and waits up to 10 seconds for a successful response. It calculates response time and availability statistics over the last 86400 seconds (1 day).
To create a new test in a policy
The New test pane appears.
When you commit your changes, SRM adds an entry similar to the following to the svcrsp.cf file:
{
index=41
type=nntp
desc="NewsTest"
dest="news.yourdomain.com"
args=" "
interval=3600
samples=1
timeout=10
window=86400
tos=0
limit=0
status=active
name="News Test"
class=""
context=""
flags="1"
loglevel=1
}
For information about errors you may encounter when running NNTP tests, see NNTP Test Error Codes.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |