nagios: Added certificate check to submission service target.
This commit is contained in:
parent
004c4600bf
commit
70d894e4b1
1 changed files with 5 additions and 0 deletions
|
@ -219,6 +219,11 @@ class nagios::target::submission inherits nagios::target {
|
||||||
description => "Submission",
|
description => "Submission",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@nagios::service { "${::homename}_submission_certificate":
|
||||||
|
command => "check_smtp!--starttls -p 587 -D 14",
|
||||||
|
description => "Submission Certificate",
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue