Created
October 23, 2018 20:24
-
-
Save 42wim/c354dd6d83aa098acea8ff61afe3b240 to your computer and use it in GitHub Desktop.
test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[trigger]] | |
file="t/audit_db.log" | |
record-delimiter="^#" | |
[trigger.pwdlock] | |
match-regex="uwe regex" | |
actions.showmatch.type="local" | |
actions.showmatch.runtemplate="logger -t INFO {{ .dn }} {{ .datetime }}" | |
actions.remoteserver1.type="rest" | |
actions.remoteserver1.urltemplate="blah" | |
[trigger.pwdunlock] | |
match-regex="uwe regex" | |
actions.showmatch.type="local" | |
actions.showmatch.runtemplate="logger -t INFO {{ .dn }} {{ .datetime }}" | |
actions.remoteserver1.type="rest" | |
actions.remoteserver1.urltemplate="blah" | |
[[trigger]] | |
file="otherfile" | |
[trigger.somothertrigger] | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment