Skip to content
Snippets Groups Projects
Commit c19be9d0 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/fluentd-client#4 Properly define the alarm for FluentD buffer

parent c15e3a9d
No related branches found
No related tags found
No related merge requests found
template: fluentd_buffer_files
on: fluentd_buffer.files
calc: $this
green: 15
red: 20
every: 10s
warn: $this > $green
crit: $this > $red
info: files in buffer
to: sysadmin
alarm: fluentd_buffer_files
on: fluentd_buffer.files
os: linux
hosts: *
lookup: max -5s unaligned
units: files
green: 40
red: 60
every: 5s
warn: $this > $green
crit: $this > $red
info: files in buffer
to: sysadmin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment