Skip to content

Instantly share code, notes, and snippets.

@saez0pub
Last active December 15, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saez0pub/5340447 to your computer and use it in GitHub Desktop.
Save saez0pub/5340447 to your computer and use it in GitHub Desktop.
mod gearman conf example
input {
gearman {
servers => ["127.0.0.1:4730"]
worker_id => "test_1"
queue => "check_results"
type => "nagios-gearman"
threads => 20
debug => true
}
}
filter {
cipher {
key => "should_be_changed"
algorithm => "AES-256-ECB"
mode => "decrypt"
cipher_padding => 0
}
kv {
field_split => '\n'
trim => "\0"
}
}
output {
stdout {
debug => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment