Menu

#4 agent.conf file example is wrong

open
nobody
None
5
2003-07-15
2003-07-15
Anonymous
No

In the agent.conf file, the following line is incorrect for
the SMTP_1 agent section:

# ping ip="10.1.1.2" "10.1.1.3"

The parser for a ping line expects the following format:
ping ip="<address>[ <address>]"

So, that line should *really* be:
# ping ip="10.1.1.2 10.1.1.3"

Note that the quotes between the addresses have been
removed.

This file could really use some comments. For a good
example, refer to the well-commented penemo.conf file.

If you have any questions about this bug report, please
contact me at dpmott@sep.com.

Discussion


Log in to post a comment.