elog_event_watch
Purpose:
-
Monitor for elog_push and elog_pull events and execute corresponding scripts to push or pull data to or from the central elogbook database.
Enter:
-
elog_event_watch [num_minutes_between_pulls]
Where:
-
num_minutes_between_pulls
Optional. Specify the number of minutes between pulls of data from the central database. The default is 5 minutes.
Example:
-
elog_event_watch &
The above spawns the elog_event_watch program to wait for the pull and push events. The pulls will happen every 5 minutes.elog_event_watch 3 &
The above spawns the elog_event_watch program to wait for the pull and push events. The pulls will happen every 3 minutes.
Notes:
-
This program should be started within the go.scp file after the error_mgr is started.