mirror of https://github.com/Icinga/icinga2.git
Removed mail_from from check_ssmtp command.
Monitoring Plugin ssmtp has no "-f" switch. Command and documentation changed. Fixes #8245 PR #22 Signed-off-by: Markus Frosch <markus@lazyfrosch.de> Conflicts: doc/7-configuring-icinga-2.md
This commit is contained in:
parent
5df5c1bf70
commit
a58290dd40
|
@ -296,7 +296,6 @@ Name | Description
|
|||
----------------|--------------
|
||||
ssmtp_address | **Required.** The host's address. Defaults to "$address$".
|
||||
ssmtp_port | **Optional.** The port that should be checked. Defaults to 465.
|
||||
ssmtp_mail_from | **Optional.** Test a MAIL FROM command with the given email address.
|
||||
|
||||
### <a id="plugin-check-command-imap"></a> imap
|
||||
|
||||
|
|
|
@ -316,7 +316,6 @@ object CheckCommand "ssmtp" {
|
|||
arguments = {
|
||||
"-H" = "$ssmtp_address$"
|
||||
"-p" = "$ssmtp_port$"
|
||||
"-f" = "$ssmtp_mail_from$"
|
||||
}
|
||||
|
||||
vars.ssmtp_address = "$address$"
|
||||
|
|
Loading…
Reference in New Issue