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

ansible-inventories/tineon#8943 Configure oracle alerts

parent f19335c5
No related branches found
No related tags found
No related merge requests found
template: oracle_space_usage
on: tablespace_usage_in_percent
os: linux freebsd
hosts: *
families: !/dev !/dev/* !/run !/run/* *
calc: $used * 100 / ($avail + $used)
units: %
every: 1m
warn: $this > (($status >= $WARNING ) ? (80) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: up 1m down 15m multiplier 1.5 max 1h
info: current oracle table space usage
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