DBAmon |
Home |
Index/DBAmon Doc. |
|
# -------------------------------
# DBAmon - Start
# -------------------------------
#---- Run dbamon_checker every 15 minutes - this starts/restarts DBAmon
00,15,30,45 * * * * /opt/dbamon/bin/dbamon_checker > /opt/dbamon/log/dbamon_checker.log 2>&1
* * * * * /opt/dbamon/bin/dbamon_stethoscope > /opt/dbamon/log/dbamon_stethoscope.log 2>&1
* * * * * /opt/dbamon/bin/dbamon_dbc_compile > /opt/dbamon/log/dbamon_dbc_compile.log 2>&1
# -------------------------------
# DBAmon - End
# -------------------------------
Click Back to return to the installation checklist.