mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 00:38:34 +01:00
add: mailq passive check
This commit is contained in:
@@ -47,3 +47,8 @@ apply Service "darknet-reachable" {
|
|||||||
import "remote_passive"
|
import "remote_passive"
|
||||||
assign where host.name == "vpn"
|
assign where host.name == "vpn"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply Service "mail_queue" {
|
||||||
|
import "remote_passive"
|
||||||
|
assign where host.name == "mail"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user