From 13d395a49b3ca1d3dfa53d275cc9fb26e69e7796 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Thu, 19 Sep 2024 15:24:27 +0500 Subject: [PATCH] add 11g config --- src/config_11g.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/config_11g.json diff --git a/src/config_11g.json b/src/config_11g.json new file mode 100644 index 0000000..38cf1fc --- /dev/null +++ b/src/config_11g.json @@ -0,0 +1,42 @@ +{ + "Server Performance Problem": { + "commands": [ + { + "comm": "top -b -n 1", + "tag": "top" + } + ], + "logs": [ + { + "log_file": "/opt/tomcat/logs/catalina.out", + "lines": 100 + }, + { + "log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log", + "lines": 50 + }, + { + "log_file": "/var/log/messages", + "lines": 50 + } + ] + }, + "Server Unavailable": { + "commands": [], + "logs": [ + { + "log_file": "/opt/tomcat/logs/catalina.out", + "lines": 50 + }, + { + "log_file": "/u01/app/oracle/diag/rdbms/xe/XE/trace/alert_XE.log", + "lines": 50 + }, + { + "log_file": "/var/log/messages", + "lines": 50 + } + ] + } + +} \ No newline at end of file