Specifications
Chapter 4: Configuring the High-Level Network
4-146
if the specified message number is retrieved. An imap monitor requires
username, password, and a folder. It also takes an optional message
number, message_num.
Using radius
The radius template is for Remote Access Dial-in User Service servers. The
check is successful if the server authenticates the requesting user. A radius
monitor requires a username, a password, and a shared secret string secret
for the code number.
Note
Servers to be checked by a radius monitor typically require special
configuration to maintain a high level of security while also allowing for
monitor authentication.
Using ldap
The ldap template is for Lightweight Directory Access Protocol, which
implements standard X.500 for e-mail directory consolidation. A check is
successful if entries are returned for the base and filter specified. An ldap
monitor requires a username, a password, and a base and a filter string.
The username is a distinguished name, that is, an LDAP-format user name.
The base is the starting place in the LDAP hierarchy from which to begin
the query. The filter is an LDAP-format key of what is to be searched for.
monitor imap {
#type imap
interval 5
timeout 16
dest *:*
username ""
password ""
folder ""
/message_num ""
}
Figure 4.66 The imap monitor template
monitor radius {
#type radius
interval 5
timeout 16
dest *
username ""
password ""
secret ""
}
Figure 4.67 The radius monitor template










