Ive gotten a job with no handoff or documentation, now i have to change alert notification thresholds in Icinga. I have little to no previous experience with Icinga/Nagios.
For our OracleDB i need to change the wload and cload values, after some digging i found the configuration files in:
First, you need to find out where the corresponding service object is defined. From Icingaweb you can get the service name e.g. linux_cpuload. On the CLI of your icinga machine run icinga object list -n linux_cpuload and notice lines with declared and modified.
Then check this/these file(s) if it/they contain e.g. vars.load_cload1 = host.vars.<xyz>. If so, you can than add vars.<xyz> = to your host object(s).