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:
Edvin Seferovic 2015-01-19 14:17:40 +01:00 committed by Markus Frosch
parent 5df5c1bf70
commit a58290dd40
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -316,7 +316,6 @@ object CheckCommand "ssmtp" {
arguments = {
"-H" = "$ssmtp_address$"
"-p" = "$ssmtp_port$"
"-f" = "$ssmtp_mail_from$"
}
vars.ssmtp_address = "$address$"