Check port 25 for mailserver locally as the port is blocked on lime2
This commit is contained in:
parent
e6d3a6e6d7
commit
d6ada5a32a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
apply Service "smtp" {
|
apply Service "smtp" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "smtp"
|
check_command = "smtp"
|
||||||
|
command_endpoint = host.name
|
||||||
assign where host.name == "{{ inventory_hostname }}"
|
assign where host.name == "{{ inventory_hostname }}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue