On Fri, 20 Jan 2012 14:57:40 +0100, Andreas Unterkircher wrote:
In keepalived.conf.SYNOPSIS.gz the example code shows how to enter
the recipient email address like this:
notification_email { # Email to send alertes to
<EMAIL ADDRESS> # Standard email address
<EMAIL ADDRESS>
...
}
In the manpage the opening curly brace is in an extra line.
notification_email # To:
{
[email protected]
...
}
The first example works.
The manpage example basically works too.
But only as long as you keep the "# To:" in the line.
If you remove it, the parser will treat '{' as a recipient address.
The parser is not very robust. It is quite difficult to fix without
replacing it. The manpage could be fixed but it is unlikely we can fix
(as downstream) the parser. Use "-d -D -l" to check if keepalived has
understood correctly your configuration file.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]