Skip to main content

Configuración

Este es un ejemplo de archivo de configuración:

#=============================================================
# DB2 configuration guide:
#=============================================================
#
#logparser <path_to_log>
#volume <web_server>;<X>
#process <module_name>;<process_path>
#log <path_to_log>;<regexp to match>
# Next fields going on the same line:
#db2_stats db2;
# <check_type>;
# <instance_name>;
#<database_name>;
#<app_name>;
#<system_username>;
#<db2_username>;
#<db2_password>

logparser /var/opt/pandora/etc/pandora/plugins/grep_log
log /tmp/db2backup.log;DB2_BackupStatus;successful
db2_stats db2;check_dbconnect;db2instl;SAMPLE;;db2instl;;
db2_stats db2;check_application;db2instl;SAMPLE;db2stmm;db2instl;;
db2_stats db2;check_application;db2instl;SAMPLE;;db2instl;;
volume vol1;vol2;vol3
log file;name; expression
process process;process1
#process name2;process2
#process name3;process3
#process name4;process4