Search found 1 match

by gmilitel
Mon Dec 23, 2013 9:27 am
Forum: Open Source Nagios Projects
Topic: Help with Nagios and Oracle script
Replies: 1
Views: 1235

Help with Nagios and Oracle script

Hi, Im new to nagios and my contractor has nagios reporting on several oracle databases, as I'm a dba i have the below query to show Oracle database events, they want to notify each event in nagios with a value higher than... SELECT event,cnt FROM ( SELECT COUNT(*) as cnt, event FROM v$session_wait ...