From cd60e6024f28a521d4f53cdfd001cdcf86295936 Mon Sep 17 00:00:00 2001 From: "abdur.rehman" Date: Wed, 11 Sep 2024 13:01:52 +0200 Subject: [PATCH] Add 'src/config_old_ora.json' --- src/config_old_ora.json | 86 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/config_old_ora.json diff --git a/src/config_old_ora.json b/src/config_old_ora.json new file mode 100644 index 0000000..f437dfc --- /dev/null +++ b/src/config_old_ora.json @@ -0,0 +1,86 @@ +{ + "Server Performance Problem": { + "commands": [ + { + "comm": "top -b -n 1", + "tag": "top" + } + ], + "logs": [ + { + "log_file": "/opt/tomcat/logs/catalina.out", + "lines": 50 + }, + { + "log_file": "/opt/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": "/opt/oracle/diag/rdbms/xe/XE/trace/alert_XE.log", + "lines": 50 + }, + { + "log_file": "/var/log/messages", + "lines": 50 + } + ] + }, + "Demo1": { + "commands": [], + "logs": [ + { + "log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log", + "lines": 50 + } + ] + }, + "Demo2": { + "commands": [], + "logs": [ + { + "log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/a_error.log", + "lines": 50 + } + ] + }, + "Demo3": { + "commands": [ + { + "comm": "top -b -n 1", + "tag": "top" + } + ], + "logs": [] + }, + "Demo": { + "commands": [ + { + "comm": "top -b -n 1", + "tag": "top" + } + ], + "logs": [ + { + "log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/a_error.log", + "lines": 50 + }, + { + "log_file": "/home/arehman/Documents/Projects/Python/Maxapex/ticket_ai_flask_app/logs/*_error.log", + "lines": 50 + } + ] + } +} \ No newline at end of file