bundles/check-mail-received: move check source to icinga2 itself
This commit is contained in:
parent
8be40c4adc
commit
dc2b2ae86b
5 changed files with 16 additions and 12 deletions
|
@ -86,6 +86,13 @@ object CheckCommand "check_imap" {
|
|||
}
|
||||
}
|
||||
|
||||
object CheckCommand "check_imap_for_mail_from" {
|
||||
import "plugin-check-command"
|
||||
import "ipv4-or-ipv6"
|
||||
|
||||
command = [ "/usr/local/share/icinga/plugins/check_imap_for_mail_from", "$imap_host$", "$imap_user$", "$imap_pass$", "$imap_from$" ]
|
||||
}
|
||||
|
||||
object CheckCommand "check_sipgate_account_balance" {
|
||||
import "plugin-check-command"
|
||||
import "ipv4-or-ipv6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue